Interface ISelectableIcon
An icon which has two modes: selected and not selected.
Inherited Members
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ISelectableIcon : IBorderStyle
Properties
| Improve this Doc View SourceIsSelected
Gets or sets a value indicating whether this ISelectableIcon is selected.
Declaration
bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|