Gets and sets whether the element has been selected.
'Declaration
Public Property Selected As Boolean
'Usage
Dim instance As Element
Dim value As Boolean
instance.Selected = value
value = instance.Selected
public bool Selected {get; set;}
public: __property bool get_Selected();
public: __property void set_Selected(
bool value
);
public:
property bool Selected {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true if the element is selected. Otherwise,
false is returned.