| Name | Description |
---|
 | Focus | Request that the control take focus. |
 | GetAllowDrop | Gets if the control supports drop operations from drag and drop. |
 | GetBackColor | Gets the solid background color of the control. |
 | GetBackColorBlendMode | Gets the blend mode applied to the background color. |
 | GetBackground | Gets the background graphic of the control. |
 | GetBlendMode | Gets the blend mode applied to the background image. |
 | GetControls | Gets the list of child controls. |
 | GetHeight | Gets the height of the control. |
 | GetLeft | Gets the left coordinate of the control. |
 | GetMousePosition | Gets the mouse position relative to this control. |
 | GetOpacity | Gets the opacity of the window. |
 | GetParent | Gets the parent of the control. |
 | GetPosition | Gets the position of the control. |
 | GetSize | Gets the size of the control. |
 | GetTop | Gets the top coordinate of the window. |
 | GetWantsKeyEvents | Gets a flag indicating if the control wants to receive key events. |
 | GetWantsUpdates | Gets the flag indicating if the control wants to receive Update notifications. |
 | GetWidth | Gets the width of the control. |
 | GetZOrder | Gets the Z ordering index of the control. |
 | HasFocus | Returns true if the control has focus. |
  | IsAltKeyDown | Test if the alt key is pressed. |
  | IsControlKeyDown | Test if the control key is pressed. |
 | IsDisplayed | Gets a flag indicating if the control is displayed. |
 | IsEnabled | Gets a flag indicating if the control is enabled. |
 | IsMouseVisible | Gets a flag indicating if the mouse will see this control. |
  | IsShiftKeyDown | Test if the shift key is pressed. |
 | IsVisible | Gets a flag indicating if the control is visible. |
 | PointToClient | Converts a coordinate from control space to screen space. |
 | PointToScreen | Converts a coordinate from control space to screen space. |
 | SetAllowDrop | Sets if the control supports drop operations from drag and drop. |
 | SetBackColor | Sets the background color of the control. |
 | SetBackColorBlendMode | Sets the blend mode applied to the background color. |
 | SetBackground | Sets the background image of the control. |
 | SetBlendMode | Sets the blend mode applied to the background image. |
 | SetEnabled | Sets a flag indicating if the control is enabled. |
 | SetHeight | Sets the height of the control. |
 | SetLeft | Sets the left coordinate of the window. |
 | SetMouseVisible | Gets a flag indicating if the mouse will see this control. |
 | SetOpacity | Sets the opacity of the window. |
 | SetParent | Sets the parent of the control. |
 | SetPosition | Sets the position of the control. |
 | SetSize | Sets the size of the control. |
 | SetTop | Sets the top coordinate of the window. |
 | SetVisible | Sets the visible flag of a control. |
 | SetWantsKeyEvents | Sets a flag indicating if the control wants to receive key events. |
 | SetWantsUpdates | Sets the flag indicating if the cotnrol wants to receive update notifications. |
 | SetWidth | Sets the width of the control. |
 | SetZOrder | Sets the Z order of the control. |