C# Class System.Windows.Forms.Control

Inheritance: System.ComponentModel.Component, UnsafeNativeMethods.IOleControl, UnsafeNativeMethods.IOleObject, UnsafeNativeMethods.IOleInPlaceObject, UnsafeNativeMethods.IOleInPlaceActiveObject, UnsafeNativeMethods.IOleWindow, UnsafeNativeMethods.IViewObject, UnsafeNativeMethods.IViewObject2, UnsafeNativeMethods.IPersist, UnsafeNativeMethods.IPersistStreamInit, UnsafeNativeMethods.IPersistPropertyBag, UnsafeNativeMethods.IPersistStorage, UnsafeNativeMethods.IQuickActivate, ISupportOleDropSource, IDropTarget, ISynchronizeInvoke, IWin32Window, IArrangedElement, IBindableComponent
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
AfterTopMostControl System.IntPtr
BeginInvoke IAsyncResult
BeginInvokeInternal IAsyncResult
ChangeParent void
CheckDataBindings void
CreateControlsInstance ControlCollection
DndContinueDrag void
DndDrop void
DndEnter void
DndFeedback void
DndLeave void
DndOver void
DoDefaultAction void
Draw void
DrawBackgroundImage void
EndInvoke object
FindContainer ContainerControl
FindControlBackward Control
FindControlForward Control
FindControlToInvokeOn Control
FindFlatBackward Control
FindFlatForward Control
FindRootParent Control
FireEnter void
FireLeave void
FireMouseDown void
FireMouseMove void
FireMouseUp void
FireValidated void
FireValidating void
Focus bool
FocusInternal bool
GetPreferredSize System.Drawing.Size
GetPreferredSizeCore System.Drawing.Size
GetRealChildAtPoint Control
GetScaledBounds System.Drawing.Rectangle
GetScaledBoundsOld System.Drawing.Rectangle
HandleClick void
HighOrder int
IDropTarget void
IDropTarget void
InitLayout void
InternalGetContainerControl ContainerControl
InvokeGotFocus void
InvokeLostFocus void
InvokeOnClick void
IsContainerAutoScaling bool
IsInputCharInternal bool
IsKeyLocked bool
LowOrder int
MakeParam System.IntPtr
NotifyInvalidate void
OnBackColorChanged void
OnBackgroundImageChanged void
OnBackgroundImageLayoutChanged void
OnBindingContextChanged void
OnCausesValidationChanged void
OnChangeUICues void
OnClick void
OnClientSizeChanged void
OnContextMenuChanged void
OnContextMenuStripChanged void
OnControlAdded void
OnControlRemoved void
OnCreateControl void
OnCursorChanged void
OnDockChanged void
OnDoubleClick void
OnDragDrop void
OnDragDropEnd void
OnDragEnter void
OnDragLeave void
OnDragOver void
OnEnabledChanged void
OnEnter void
OnFontChanged void
OnForeColorChanged void
OnGiveFeedback void
OnGotFocus void
OnHandleCreated void
OnHandleDestroyed void
OnHelpRequested void
OnInvalidated void
OnKeyDown void
OnKeyPress void
OnKeyUp void
OnLayout void
OnLeave void
OnLocationChanged void
OnLostFocus void
OnMouseCaptureChanged void
OnMouseClick void
OnMouseDoubleClick void
OnMouseDown void
OnMouseEnter void
OnMouseHover void
OnMouseLeave void
OnMouseMove void
OnMouseUp void
OnMouseWheel void
OnMove void
OnNotifyMessage void
OnPaint void
OnPaintBackground void
OnPaintBackgroundInternal void
OnPaintInternal void
OnParentBackColorChanged void
OnParentBackgroundImageChanged void
OnParentBindingContextChanged void
OnParentChanged void
OnParentCursorChanged void
OnParentEnabledChanged void
OnParentFontChanged void
OnParentForeColorChanged void
OnParentRightToLeftChanged void
OnParentVisibleChanged void
OnPreviewKeyDown void
OnPrint void
OnQueryContinueDrag void
OnRegionChanged void
OnResize void
OnResizeInternal void
OnRightToLeftChanged void
OnSizeChanged void
OnStyleChanged void
OnSystemColorsChanged void
OnTabIndexChanged void
OnTabStopChanged void
OnTextChanged void
OnValidated void
OnValidating void
OnVisibleChanged void
OverrideHeight int
PaintControlBackground void
PerformLayout void
PerformLayout void
ProcessControlMnemonic bool
RaiseDragEvent void
RaiseHelpRequested void
RaiseKeyEvent void
RaiseMouseEvent void
RaisePaintEvent void
ResetBackColor void
ResetBindings void
ResetFont void
ResetForeColor void
ResetImeMode void
ResetMouseEventArgs void
ResetRightToLeft void
RtlTranslateAlignment ContentAlignment
RtlTranslateAlignment HorizontalAlignment
RtlTranslateAlignment LeftRightAlignment
RtlTranslateContent ContentAlignment
RtlTranslateHorizontal HorizontalAlignment
RtlTranslateLeftRight LeftRightAlignment
Scale void
Scale void
Scale void
ScaleControl void
ScaleCore void
Select bool
SetBoundsCore void
SetBoundsCoreInternal void
SetBoundsInternal void
SetChildColor void
SetIsRecreating void
SetStyle void
ShouldSerializeBackColor bool
ShouldSerializeEnabled bool
ShouldSerializeFont bool
ShouldSerializeForeColor bool
ShouldSerializeImeMode bool
ShouldSerializeLocation bool
ShouldSerializeMargin bool
ShouldSerializeMaximumSize bool
ShouldSerializeMinimumSize bool
ShouldSerializePadding bool
ShouldSerializeRightToLeft bool
ShouldSerializeSite bool
ShouldSerializeSize bool
ShouldSerializeVisible bool
UpdateBounds void
UpdateCursor void
UpdateDistances void
UpdateWindowText void
initialize void
onKeyDown void
onKeyPress void
onKeyUp void
performLayout void
printTree void

Public Methods

Method Description
BringToFront ( ) : void
Contains ( Control ctl ) : bool
Control ( ) : System
Control ( Control parent, string text ) : System
Control ( Control parent, string text, int left, int top, int width, int height ) : System
Control ( string text ) : System
Control ( string text, int left, int top, int width, int height ) : System
CreateControl ( ) : void
CreateGraphics ( ) : Graphics
DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
DrawToBitmap ( Bitmap bitmap, Rectangle targetBounds ) : void
FindForm ( ) : Form
GetChildAtPoint ( Point pt ) : Control
GetChildAtPoint ( Point pt, GetChildAtPointSkip skipValue ) : Control
GetContainerControl ( ) : IContainerControl
GetNextControl ( Control ctl, bool forward ) : Control
Hide ( ) : void
Invalidate ( ) : void
Invalidate ( Rectangle rc ) : void
Invalidate ( Rectangle rc, bool invalidateChildren ) : void
Invalidate ( Region region ) : void
Invalidate ( Region region, bool invalidateChildren ) : void
Invalidate ( bool invalidateChildren ) : void
Invoke ( Delegate method ) : object
IsMnemonic ( char charCode, string text ) : bool
PointToClient ( Point p ) : Point
PointToScreen ( Point p ) : Point
RectangleToClient ( Rectangle r ) : Rectangle
RectangleToScreen ( Rectangle r ) : Rectangle
Refresh ( ) : void
ResetText ( ) : void
ResumeLayout ( ) : void
ResumeLayout ( bool performLayout ) : void
Select ( ) : void
SelectNextControl ( Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap ) : bool
SendToBack ( ) : void
SetBounds ( int x, int y, int width, int height ) : void
SetBounds ( int x, int y, int width, int height, BoundsSpecified specified ) : void
Show ( ) : void
SuspendLayout ( ) : void
Update ( ) : void

Protected Methods

Method Description
CreateHandle ( ) : void
GetAutoSizeMode ( ) : AutoSizeMode
GetStyle ( ControlStyles flag ) : bool
GetTopLevel ( ) : bool
InvokePaint ( Control c, PaintEventArgs e ) : void
InvokePaintBackground ( Control c, PaintEventArgs e ) : void
IsInputChar ( char charCode ) : bool
IsInputKey ( Keys keyData ) : bool
OnAutoSizeChanged ( EventArgs e ) : void
OnImeModeChanged ( EventArgs e ) : void
OnMarginChanged ( EventArgs e ) : void
OnPaddingChanged ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ProcessDialogChar ( char charCode ) : bool
ProcessDialogKey ( Keys keyData ) : bool
ProcessKeyEventArgs ( Message &m ) : bool
ProcessMnemonic ( char charCode ) : bool
Select ( bool directed, bool forward ) : void
SetAutoSizeMode ( AutoSizeMode mode ) : void

Private Methods

Method Description
AfterTopMostControl ( ) : IntPtr
BeginInvoke ( Delegate method ) : IAsyncResult
BeginInvokeInternal ( Delegate method, object args ) : IAsyncResult
ChangeParent ( Control new_parent ) : void
CheckDataBindings ( ) : void
CreateControlsInstance ( ) : ControlCollection
DndContinueDrag ( System.Windows.Forms.QueryContinueDragEventArgs e ) : void
DndDrop ( DragEventArgs e ) : void
DndEnter ( DragEventArgs e ) : void
DndFeedback ( System.Windows.Forms.GiveFeedbackEventArgs e ) : void
DndLeave ( EventArgs e ) : void
DndOver ( DragEventArgs e ) : void
DoDefaultAction ( ) : void
Draw ( PaintEventArgs events ) : void
DrawBackgroundImage ( Graphics g ) : void
EndInvoke ( IAsyncResult asyncResult ) : object
FindContainer ( Control c ) : ContainerControl
FindControlBackward ( Control container, Control start ) : Control
FindControlForward ( Control container, Control start ) : Control
FindControlToInvokeOn ( ) : Control
FindFlatBackward ( Control container, Control start ) : Control
FindFlatForward ( Control container, Control start ) : Control
FindRootParent ( ) : Control
FireEnter ( ) : void
FireLeave ( ) : void
FireMouseDown ( object sender, MouseEventArgs e ) : void
FireMouseMove ( object sender, MouseEventArgs e ) : void
FireMouseUp ( object sender, MouseEventArgs e ) : void
FireValidated ( ) : void
FireValidating ( CancelEventArgs ce ) : void
Focus ( ) : bool
FocusInternal ( bool skip_check ) : bool
GetPreferredSize ( Size proposedSize ) : Size
GetPreferredSizeCore ( Size proposedSize ) : Size
GetRealChildAtPoint ( Point pt ) : Control
GetScaledBounds ( Rectangle bounds, SizeF factor, BoundsSpecified specified ) : Rectangle
GetScaledBoundsOld ( Rectangle bounds, SizeF factor, BoundsSpecified specified ) : Rectangle
HandleClick ( int clicks, MouseEventArgs me ) : void
HighOrder ( long param ) : int
IDropTarget ( DragEventArgs drgEvent ) : void
IDropTarget ( EventArgs e ) : void
InitLayout ( ) : void
InternalGetContainerControl ( ) : ContainerControl
InvokeGotFocus ( Control toInvoke, EventArgs e ) : void
InvokeLostFocus ( Control toInvoke, EventArgs e ) : void
InvokeOnClick ( Control toInvoke, EventArgs e ) : void
IsContainerAutoScaling ( Control c ) : bool
IsInputCharInternal ( char charCode ) : bool
IsKeyLocked ( Keys keyVal ) : bool
LowOrder ( int param ) : int
MakeParam ( int low, int high ) : IntPtr
NotifyInvalidate ( Rectangle invalidatedArea ) : void
OnBackColorChanged ( EventArgs e ) : void
OnBackgroundImageChanged ( EventArgs e ) : void
OnBackgroundImageLayoutChanged ( EventArgs e ) : void
OnBindingContextChanged ( EventArgs e ) : void
OnCausesValidationChanged ( EventArgs e ) : void
OnChangeUICues ( System.Windows.Forms.UICuesEventArgs e ) : void
OnClick ( EventArgs e ) : void
OnClientSizeChanged ( EventArgs e ) : void
OnContextMenuChanged ( EventArgs e ) : void
OnContextMenuStripChanged ( EventArgs e ) : void
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
OnCreateControl ( ) : void
OnCursorChanged ( EventArgs e ) : void
OnDockChanged ( EventArgs e ) : void
OnDoubleClick ( EventArgs e ) : void
OnDragDrop ( DragEventArgs drgevent ) : void
OnDragDropEnd ( DragDropEffects effects ) : void
OnDragEnter ( DragEventArgs drgevent ) : void
OnDragLeave ( EventArgs e ) : void
OnDragOver ( DragEventArgs drgevent ) : void
OnEnabledChanged ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnForeColorChanged ( EventArgs e ) : void
OnGiveFeedback ( System.Windows.Forms.GiveFeedbackEventArgs gfbevent ) : void
OnGotFocus ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnHelpRequested ( System.Windows.Forms.HelpEventArgs hevent ) : void
OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnLeave ( EventArgs e ) : void
OnLocationChanged ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseCaptureChanged ( EventArgs e ) : void
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseHover ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnMove ( EventArgs e ) : void
OnNotifyMessage ( Message m ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
OnPaintBackgroundInternal ( PaintEventArgs e ) : void
OnPaintInternal ( PaintEventArgs e ) : void
OnParentBackColorChanged ( EventArgs e ) : void
OnParentBackgroundImageChanged ( EventArgs e ) : void
OnParentBindingContextChanged ( EventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnParentCursorChanged ( EventArgs e ) : void
OnParentEnabledChanged ( EventArgs e ) : void
OnParentFontChanged ( EventArgs e ) : void
OnParentForeColorChanged ( EventArgs e ) : void
OnParentRightToLeftChanged ( EventArgs e ) : void
OnParentVisibleChanged ( EventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
OnPrint ( PaintEventArgs e ) : void
OnQueryContinueDrag ( System.Windows.Forms.QueryContinueDragEventArgs qcdevent ) : void
OnRegionChanged ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnResizeInternal ( EventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnStyleChanged ( EventArgs e ) : void
OnSystemColorsChanged ( EventArgs e ) : void
OnTabIndexChanged ( EventArgs e ) : void
OnTabStopChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
OnValidated ( EventArgs e ) : void
OnValidating ( System e ) : void
OnVisibleChanged ( EventArgs e ) : void
OverrideHeight ( int height ) : int
PaintControlBackground ( PaintEventArgs pevent ) : void
PerformLayout ( ) : void
PerformLayout ( Control affectedControl, string affectedProperty ) : void
ProcessControlMnemonic ( char charCode ) : bool
RaiseDragEvent ( object key, DragEventArgs e ) : void
RaiseHelpRequested ( HelpEventArgs hevent ) : void
RaiseKeyEvent ( object key, KeyEventArgs e ) : void
RaiseMouseEvent ( object key, MouseEventArgs e ) : void
RaisePaintEvent ( object key, PaintEventArgs e ) : void
ResetBackColor ( ) : void
ResetBindings ( ) : void
ResetFont ( ) : void
ResetForeColor ( ) : void
ResetImeMode ( ) : void
ResetMouseEventArgs ( ) : void
ResetRightToLeft ( ) : void
RtlTranslateAlignment ( ContentAlignment align ) : ContentAlignment
RtlTranslateAlignment ( HorizontalAlignment align ) : HorizontalAlignment
RtlTranslateAlignment ( LeftRightAlignment align ) : LeftRightAlignment
RtlTranslateContent ( ContentAlignment align ) : ContentAlignment
RtlTranslateHorizontal ( HorizontalAlignment align ) : HorizontalAlignment
RtlTranslateLeftRight ( LeftRightAlignment align ) : LeftRightAlignment
Scale ( SizeF factor ) : void
Scale ( float ratio ) : void
Scale ( float dx, float dy ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
ScaleCore ( float dx, float dy ) : void
Select ( Control control ) : bool
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetBoundsCoreInternal ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetBoundsInternal ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetChildColor ( Control parent ) : void
SetIsRecreating ( ) : void
SetStyle ( ControlStyles flag, bool value ) : void
ShouldSerializeBackColor ( ) : bool
ShouldSerializeEnabled ( ) : bool
ShouldSerializeFont ( ) : bool
ShouldSerializeForeColor ( ) : bool
ShouldSerializeImeMode ( ) : bool
ShouldSerializeLocation ( ) : bool
ShouldSerializeMargin ( ) : bool
ShouldSerializeMaximumSize ( ) : bool
ShouldSerializeMinimumSize ( ) : bool
ShouldSerializePadding ( ) : bool
ShouldSerializeRightToLeft ( ) : bool
ShouldSerializeSite ( ) : bool
ShouldSerializeSize ( ) : bool
ShouldSerializeVisible ( ) : bool
UpdateBounds ( ) : void
UpdateCursor ( ) : void
UpdateDistances ( ) : void
UpdateWindowText ( ) : void
initialize ( ) : void
onKeyDown ( KeyEventArgs e ) : void
onKeyPress ( KeyPressEventArgs e ) : void
onKeyUp ( KeyEventArgs e ) : void
performLayout ( ) : void
printTree ( Control c, string t ) : void

Method Details

BringToFront() public method

public BringToFront ( ) : void
return void

Contains() public method

public Contains ( Control ctl ) : bool
ctl Control
return bool

Control() public method

public Control ( ) : System
return System

Control() public method

public Control ( Control parent, string text ) : System
parent Control
text string
return System

Control() public method

public Control ( Control parent, string text, int left, int top, int width, int height ) : System
parent Control
text string
left int
top int
width int
height int
return System

Control() public method

public Control ( string text ) : System
text string
return System

Control() public method

public Control ( string text, int left, int top, int width, int height ) : System
text string
left int
top int
width int
height int
return System

CreateControl() public method

public CreateControl ( ) : void
return void

CreateGraphics() public method

public CreateGraphics ( ) : Graphics
return System.Drawing.Graphics

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

DoDragDrop() public method

public DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
data object
allowedEffects DragDropEffects
return DragDropEffects

DrawToBitmap() public method

public DrawToBitmap ( Bitmap bitmap, Rectangle targetBounds ) : void
bitmap System.Drawing.Bitmap
targetBounds System.Drawing.Rectangle
return void

FindForm() public method

public FindForm ( ) : Form
return Form

GetAutoSizeMode() protected method

protected GetAutoSizeMode ( ) : AutoSizeMode
return AutoSizeMode

GetChildAtPoint() public method

public GetChildAtPoint ( Point pt ) : Control
pt Point
return Control

GetChildAtPoint() public method

public GetChildAtPoint ( Point pt, GetChildAtPointSkip skipValue ) : Control
pt Point
skipValue GetChildAtPointSkip
return Control

GetContainerControl() public method

public GetContainerControl ( ) : IContainerControl
return IContainerControl

GetNextControl() public method

public GetNextControl ( Control ctl, bool forward ) : Control
ctl Control
forward bool
return Control

GetStyle() protected method

protected GetStyle ( ControlStyles flag ) : bool
flag ControlStyles
return bool

GetTopLevel() protected method

protected GetTopLevel ( ) : bool
return bool

Hide() public method

public Hide ( ) : void
return void

Invalidate() public method

public Invalidate ( ) : void
return void

Invalidate() public method

public Invalidate ( Rectangle rc ) : void
rc System.Drawing.Rectangle
return void

Invalidate() public method

public Invalidate ( Rectangle rc, bool invalidateChildren ) : void
rc System.Drawing.Rectangle
invalidateChildren bool
return void

Invalidate() public method

public Invalidate ( Region region ) : void
region System.Drawing.Region
return void

Invalidate() public method

public Invalidate ( Region region, bool invalidateChildren ) : void
region System.Drawing.Region
invalidateChildren bool
return void

Invalidate() public method

public Invalidate ( bool invalidateChildren ) : void
invalidateChildren bool
return void

Invoke() public method

public Invoke ( Delegate method ) : object
method System.Delegate
return object

InvokePaint() protected method

protected InvokePaint ( Control c, PaintEventArgs e ) : void
c Control
e PaintEventArgs
return void

InvokePaintBackground() protected method

protected InvokePaintBackground ( Control c, PaintEventArgs e ) : void
c Control
e PaintEventArgs
return void

IsInputChar() protected method

protected IsInputChar ( char charCode ) : bool
charCode char
return bool

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
return bool

IsMnemonic() public static method

public static IsMnemonic ( char charCode, string text ) : bool
charCode char
text string
return bool

OnAutoSizeChanged() protected method

protected OnAutoSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnImeModeChanged() protected method

protected OnImeModeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnMarginChanged() protected method

protected OnMarginChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnPaddingChanged() protected method

protected OnPaddingChanged ( EventArgs e ) : void
e System.EventArgs
return void

PointToClient() public method

public PointToClient ( Point p ) : Point
p Point
return Point

PointToScreen() public method

public PointToScreen ( Point p ) : Point
p Point
return Point

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

ProcessDialogChar() protected method

protected ProcessDialogChar ( char charCode ) : bool
charCode char
return bool

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

ProcessKeyEventArgs() protected method

protected ProcessKeyEventArgs ( Message &m ) : bool
m Message
return bool

ProcessMnemonic() protected method

protected ProcessMnemonic ( char charCode ) : bool
charCode char
return bool

RectangleToClient() public method

public RectangleToClient ( Rectangle r ) : Rectangle
r Rectangle
return Rectangle

RectangleToScreen() public method

public RectangleToScreen ( Rectangle r ) : Rectangle
r Rectangle
return Rectangle

Refresh() public method

public Refresh ( ) : void
return void

ResetText() public method

public ResetText ( ) : void
return void

ResumeLayout() public method

public ResumeLayout ( ) : void
return void

ResumeLayout() public method

public ResumeLayout ( bool performLayout ) : void
performLayout bool
return void

Select() public method

public Select ( ) : void
return void

Select() protected method

protected Select ( bool directed, bool forward ) : void
directed bool
forward bool
return void

SelectNextControl() public method

public SelectNextControl ( Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap ) : bool
ctl Control
forward bool
tabStopOnly bool
nested bool
wrap bool
return bool

SendToBack() public method

public SendToBack ( ) : void
return void

SetAutoSizeMode() protected method

protected SetAutoSizeMode ( AutoSizeMode mode ) : void
mode AutoSizeMode
return void

SetBounds() public method

public SetBounds ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
return void

SetBounds() public method

public SetBounds ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void

Show() public method

public Show ( ) : void
return void

SuspendLayout() public method

public SuspendLayout ( ) : void
return void

Update() public method

public Update ( ) : void
return void