Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallback Methods

The ThemedControlHandlerTControl, TWidget, TCallback generic type exposes the following members.

Methods
  NameDescription
Public methodAttachEvent
Attaches the specified event to the platform-specific control
(Overrides WidgetHandlerTWidgetAttachEvent(String).)
Public methodDoDragDrop
Starts drag operation using this control as drag source.
Public methodFocus
Attempts to set the keyboard input focus to this control, or the first child that accepts focus
Public methodGetNativeParentWindow
Gets the window this control is contained in
Protected methodInitialize
Called to initialize this widget after it has been constructed
(Overrides WidgetHandlerTWidgetInitialize.)
Public methodInvalidate(Boolean)
Queues a repaint of the entire control on the screen
Public methodInvalidate(Rectangle, Boolean)
Queues a repaint of the specified rect of the control
Public methodMapPlatformCommand
Specifies a command to execute for a platform-specific command
Public methodOnLoad
Called when the control is loaded on a form
Public methodOnLoadComplete
Called after all other controls have been loaded
Public methodOnPreLoad
Called before the control is loaded on a form
Public methodOnUnLoad
Called when the control is unloaded, which is when it is not currently on a displayed window
Public methodPointFromScreen
Converts a point from screen space to control space.
Public methodPointToScreen
Converts a point from control space to screen space
Public methodResumeLayout
Resumes the layout after it has been suspended, and performs a layout
Public methodSetParent
Called when the parent of the control has been set
Public methodSuspendLayout
Suspends the layout of child controls
Top
See Also