Accusoft.NotateXpress13.Net
GroupSelected Property




Gets and sets an indication of whether the elements that belong to the group have been selected.
Syntax
public bool GroupSelected {get; set;}
public: __property bool get_GroupSelected();
public: __property void set_GroupSelected( 
   bool value
);
public:
property bool GroupSelected {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property GroupSelected As Boolean
 
'Usage
 
Dim instance As GroupElementCollection
Dim value As Boolean
 
instance.GroupSelected = value
 
value = instance.GroupSelected

Property Value

A boolean value which is true if the group is selected. Otherwise, false is returned.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback