ThemedControlHandlerTControl, TWidget, TCallback Methods |
The ThemedControlHandlerTControl, TWidget, TCallback generic type exposes the following members.
Name | Description | |
---|---|---|
AttachEvent |
Attaches the specified event to the platform-specific control
(Overrides WidgetHandlerTWidgetAttachEvent(String).) | |
DoDragDrop |
Starts drag operation using this control as drag source.
| |
Focus |
Attempts to set the keyboard input focus to this control, or the first child that accepts focus
| |
GetNativeParentWindow |
Gets the window this control is contained in
| |
Initialize |
Called to initialize this widget after it has been constructed
(Overrides WidgetHandlerTWidgetInitialize.) | |
Invalidate(Boolean) |
Queues a repaint of the entire control on the screen
| |
Invalidate(Rectangle, Boolean) |
Queues a repaint of the specified rect of the control
| |
MapPlatformCommand |
Specifies a command to execute for a platform-specific command
| |
OnLoad |
Called when the control is loaded on a form
| |
OnLoadComplete |
Called after all other controls have been loaded
| |
OnPreLoad |
Called before the control is loaded on a form
| |
OnUnLoad |
Called when the control is unloaded, which is when it is not currently on a displayed window
| |
PointFromScreen |
Converts a point from screen space to control space.
| |
PointToScreen |
Converts a point from control space to screen space
| |
ResumeLayout |
Resumes the layout after it has been suspended, and performs a layout
| |
SetParent |
Called when the parent of the control has been set
| |
SuspendLayout |
Suspends the layout of child controls
|