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. |
||
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. |