Control Methods |
The Control type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyStyles |
Applies the styles to the specified widget up the parent chain.
|
![]() | AttachNative |
Attaches the control for direct use in a native application
|
![]() | Detach |
Detaches the control by removing it from its parent
|
![]() | DetachNative |
Detaches the control when it is used in a native application, when you want to reuse the control.
|
![]() | Dispose |
Handles the disposal of this control
(Overrides WidgetDispose(Boolean).) |
![]() | DoDragDrop(DataObject, DragEffects) |
Starts drag operation using this control as drag source.
|
![]() | DoDragDrop(DataObject, DragEffects, Image, PointF) |
Starts drag operation using this control as drag source.
|
![]() | FindParent(String) |
Finds a control in the parent hierarchy with the specified id |
![]() | FindParent(Type, String) |
Finds a control in the parent hierarchy with the specified type and ID if specified
|
![]() | Focus |
Attempts to set the keyboard input focus to this control, or the first child that accepts focus
|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.) |
![]() | Invalidate |
Queues a repaint of the entire control on the screen and any of its children.
|
![]() | Invalidate(Boolean) |
Queues a repaint of the entire control on the screen
|
![]() | Invalidate(Rectangle) |
Queues a repaint of the specified rect of the control and any children.
|
![]() | Invalidate(Rectangle, Boolean) |
Queues a repaint of the specified rect of the control
|
![]() ![]() | MapPlatformCommand |
Specifies a command to execute for a platform-specific command
|
![]() | OnApplyCascadingStyles |
Called when cascading styles should be applied to this control.
|
![]() | OnDragDrop |
Raises the DragDrop event.
|
![]() | OnDragEnter |
Raises the DragEnter event.
|
![]() | OnDragLeave |
Raises the DragLeave event.
|
![]() | OnDragOver |
Raises the DragOver event.
|
![]() | OnEnabledChanged |
Raises the EnabledChanged event.
|
![]() | OnGotFocus |
Raises the GotFocus event.
|
![]() | OnKeyDown |
Raises the KeyDown event.
|
![]() | OnKeyUp |
Raises the KeyUp event.
|
![]() | OnLoad |
Raises the Load event.
|
![]() | OnLoadComplete |
Raises the LoadComplete event.
|
![]() | OnLostFocus |
Raises the LostFocus event.
|
![]() | OnMouseDoubleClick |
Raises the mouse MouseDoubleClick event.
|
![]() | OnMouseDown |
Raises the MouseDown event.
|
![]() | OnMouseEnter |
Raises the MouseEnter event.
|
![]() | OnMouseLeave |
Raises the MouseLeave event.
|
![]() | OnMouseMove |
Raises the MouseMove event.
|
![]() | OnMouseUp |
Raises the MouseUp event.
|
![]() | OnMouseWheel |
Raises the MouseWheel event.
|
![]() | OnPreLoad |
Raises the PreLoad event.
|
![]() | OnShown |
Raises the Shown event.
|
![]() | OnSizeChanged |
Raises the SizeChanged event.
|
![]() | OnStyleChanged |
Handles when the Style is changed.
(Overrides WidgetOnStyleChanged(EventArgs).) |
![]() | OnTextInput |
Raises the TextInput event.
|
![]() | OnUnLoad |
Raises the UnLoad event.
|
![]() | PointFromScreen |
Converts a point from screen space to control space.
|
![]() | PointToScreen |
Converts a point from control space to screen space
|
![]() | RectangleFromScreen |
Converts a rectangle from control space to screen space
|
![]() | RectangleToScreen |
Converts a rectangle from screen space to control space.
|
![]() | ResumeLayout |
Resumes the layout after it has been suspended, and performs a layout
|
![]() | SuspendLayout |
Suspends the layout of child controls
|