Accusoft.NotateXpress13.Net
IsSelection Property




A read only property that gets a value which determines if there are elements selected in this element collection.
Syntax
'Declaration
 
Public ReadOnly Property IsSelection As Boolean
'Usage
 
Dim instance As ElementCollection
Dim value As Boolean
 
value = instance.IsSelection
public bool IsSelection {get;}
public: __property bool get_IsSelection();
public:
property bool IsSelection {
   bool get();
}

Property Value

A boolean value which is true if there are one or more elements selected in the collection. Otherwise, false is returned.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback