Gets or sets a boolean value indicating whether the selectable
object is selected.
Declaration Syntax
C# | Visual Basic | Visual C++ |
bool Selected { get; set; }
Property Selected As Boolean
property bool Selected { bool get (); void set (bool value); }