Gets or sets a value indicating whether this instance is selected.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public bool IsSelected { get; set; }
Public Property IsSelected As Boolean
Get
Set
public:
property bool IsSelected {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if this instance is selected; otherwise,
false.
See Also