INSelectableControl Interface Members
In This Topic
The following tables list the members exposed by INSelectableControl.
Public Properties
| Name | Description |
 | CanActivate | Gets a value whether the control can activate. True by default. |
 | IsActive | Gets a value whether the control is currently active. |
 | Visible | Determines whether the control is visible. |
Top
Public Methods
| Name | Description |
 | Activate | Activates the control and tries to give focus to a child control. |
 | Deactivate | Deactivates the control. This will update the caption but the control may still contains focus. |
 | Dispose | (Inherited from System.IDisposable) |
 | SetActive | Sets the current active state of the control. |
Top
See Also