Accusoft.NotateXpress13.Net
GroupSelected Property




Gets and sets an indication of whether the elements that belong to the group have been selected.
Syntax
'Declaration
 
Public Property GroupSelected As Boolean
'Usage
 
Dim instance As GroupElementCollection
Dim value As Boolean
 
instance.GroupSelected = value
 
value = instance.GroupSelected
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);
}

Property Value

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

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback