A base class for UI controls.
The following tables list the members exposed by the Control type.
Name | Description | |
---|---|---|
Initializes a new instance of the Control class. |
Name | Description | |
---|---|---|
Gets the bounds of this control. |
||
Gets or sets the css class of the control. |
||
Gets or sets an object, holding custom user data. |
||
Gets a reference to the control's element. |
||
Gets or sets a value indicating whether user interactions are allowed for this control. |
||
Gets or sets the height of this control. |
||
Gets or sets the X-coordinate of the location of this control. |
||
Gets or sets the URL of the control's license file. |
||
Gets a value indicating whether this control is loaded and ready for interaction. |
||
Gets the bounding rect of this control. |
||
Gets or sets the current theme of the control. |
||
Gets or sets the Y-coordinate of the location of this control. |
||
Gets or sets the visibility of this control. |
||
Gets or sets the width of this control. |
Name | Description | |
---|---|---|
Attach control event handlers. |
||
Detach control event handlers. |
||
Dispose the control. |
||
Draws the control. |
||
Returns the control with the specified ID. |
||
Draws the control and prepares it for user interaction. |
Name | Description | |
---|---|---|
Raised when the control is loaded. |
||
Raised when the control is unloaded. |
||
Raised when the control is focused. |