ISmartControl Interface Members
In This Topic
The following tables list the members exposed by ISmartControl.
Public Properties
| Name | Description |
| EndColumn | Gets or sets the ending column of the SmartUx control. |
| EndRow | Gets or sets the ending row of the SmartUx control. |
| ForegroundColor | Gets or sets the foreground color of the SmartUx control. |
| Id | Gets the unique id for this SmartUx control. |
| StartColumn | Gets or sets the starting column of the SmartUx control. |
| StartRow | Gets or sets the starting row of the SmartUx control. |
| ToolTipText | Gets or sets the tool tip text for the SmartUx control. |
Top
Public Methods
| Name | Description |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
Top
Public Events
| Name | Description |
| Activated | This event is triggered when the host cursor moves under this decoration. |
| Deactivated | This event is triggered when the host cursor moves from under this decoration. |
Top
See Also