Gets and sets an indication of whether the elements that belong to the group have been selected.
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.