Defines a property indicating whether an object is selected.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface ISelectable
Public Interface ISelectable
public interface class ISelectable
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
Selected |
Gets or sets a boolean value indicating whether the selectable
object is selected.
|