AddButton | Overloaded. Adds a button control to the dialog |
AddCheckBox | Overloaded. Adds a checkbox to the dialog |
AddComboBox | Overloaded. Adds a combobox control to the dialog |
AddControl | Adds a control to the dialog |
AddEditBox | Overloaded. Adds an edit box control to the dialog |
AddListBox | Overloaded. Adds a listbox control to the dialog |
AddRadioButton | Overloaded. Adds a radiobutton to the dialog |
AddSlider | Overloaded. Adds a slider control to the dialog |
AddStatic | Overloaded. Adds a static text control to the dialog |
ClearComboBox | Clears the combo box of all items |
ClearRadioButtonGroup | Clears the radio button group |
DrawRectangle | Draw a rectangle |
DrawSprite | Draw a sprite |
DrawText | Overloaded. Draw's some text |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
GetButton | Returns the button control located at this index(if one exists) |
GetCheckbox | Returns the checkbox control located at this index(if one exists) |
GetComboBox | Returns the combo box control located at this index(if one exists) |
GetControl | Overloaded. Returns the control located at this index(if one exists) |
GetControlAtPoint | Returns the control located at a point (if one exists) |
GetControlEnable | Gets the control enabled property |
GetDefaultElement | Gets the default element |
GetFont | Shared resource access. Indexed fonts and textures are shared among all the controls. |
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.
|
GetListBox | Returns the listbox control located at this index(if one exists) |
GetRadioButton | Returns the radio button control located at this index(if one exists) |
GetSlider | Returns the slider control located at this index(if one exists) |
GetStaticText | Returns the static text control located at this index(if one exists) |
GetTexture | Shared resource access. Indexed fonts and textures are shared among all the controls. |
GetType (inherited from Object) |
Gets the Type of the current instance.
|
InitializeControl | Initializes a control |
MessageProc | Handle messages for this dialog |
OnRender | Render the dialog |
RemoveAllControls | Removes all controls from this dialog |
SetBackgroundColors | Overloaded. Called to set dialog's border colors |
SetCaptionEnabled | Called to set dialog's caption enabled state |
SetCaptionText | Called to set dialog's caption |
SetControlEnable | Sets the control enabled property |
SetDefaultElement | Sets the default element |
SetFont | Shared resource access. Indexed fonts and textures are shared among all the controls. |
SetLocation | Called to set dialog's location |
SetSize | Called to set dialog's size |
SetTexture | Shared resource access. Indexed fonts and textures are shared among all the controls. |
ToString (inherited from Object) |
Returns a String that represents the current Object.
|