Browse Source

ComPDFKit.Tool(win) - 补充获取当前是否多选状态的接口

youna 8 months ago
parent
commit
cfc2077b42
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.xaml.cs

+ 5 - 0
Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.xaml.cs

@@ -124,6 +124,11 @@ namespace ComPDFKit.Tool
         private bool isMultiSelected;
         private bool isDocumentModified = false;
 
+        public bool GetIsMultiSelected()
+        { 
+            return isMultiSelected;
+        }
+
         /// <summary>
         ///  Does it support multiple selection
         /// </summary>