IHandler Methods |
The ControlIHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 a parent window wrapper around the native window
|
![]() | 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
|