Interface IIsSelectedAble
Assures a class has the IsSelected property.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface IIsSelectedAble
Properties
IsSelected
Gets or sets a value indicating whether this IIsSelectedAble is selected.
Declaration
bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|