CanHaveFocus | Can the control have focus |
ControlType | Type of the control |
Hotkey | The controls hotkey |
ID | Unique ID of the control |
IsEnabled | Is the control enabled |
IsVisible | Is the control visible |
Item | Index for the elements this control has access to |
Parent | The parent dialog of this control |
UserData | User specified data |
ContainsPoint | Does the control contain this point |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HandleKeyboard | Handle the keyboard data |
HandleMouse | Handle the mouse data |
MsgProc | Message Handler |
OnFocusIn | Called when control gets focus |
OnFocusOut | Called when control loses focus |
OnHotKey | Called when the control's hotkey is hit |
OnInitialize | Initialize the control |
OnMouseEnter | Called when mouse goes over the control |
OnMouseExit | Called when mouse leaves the control |
Refresh | Refreshes the control |
Render | Render the control |
SetLocation | Called to set control's location |
SetSize | Called to set control's size |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Control Constructor
|
Create a new instance of a control |
boundingBox | |
controlId | |
controlType | |
controlX | |
controlY | |
elementList | |
enabled | |
hasFocus | |
height | |
hotKey | |
isMouseOver | |
localUserData | |
parentDialog | |
visible | |
width |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
UpdateRectangles | Updates the rectangles |
Control Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace