C# Класс System.Windows.Forms.Control

Наследование: 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
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

BringToFront() публичный метод

public BringToFront ( ) : void
Результат void

Contains() публичный метод

public Contains ( Control ctl ) : bool
ctl Control
Результат bool

Control() публичный метод

public Control ( ) : System
Результат System

Control() публичный метод

public Control ( Control parent, string text ) : System
parent Control
text string
Результат System

Control() публичный метод

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
Результат System

Control() публичный метод

public Control ( string text ) : System
text string
Результат System

Control() публичный метод

public Control ( string text, int left, int top, int width, int height ) : System
text string
left int
top int
width int
height int
Результат System

CreateControl() публичный метод

public CreateControl ( ) : void
Результат void

CreateGraphics() публичный метод

public CreateGraphics ( ) : Graphics
Результат System.Drawing.Graphics

CreateHandle() защищенный метод

protected CreateHandle ( ) : void
Результат void

DoDragDrop() публичный метод

public DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
data object
allowedEffects DragDropEffects
Результат DragDropEffects

DrawToBitmap() публичный метод

public DrawToBitmap ( Bitmap bitmap, Rectangle targetBounds ) : void
bitmap System.Drawing.Bitmap
targetBounds System.Drawing.Rectangle
Результат void

FindForm() публичный метод

public FindForm ( ) : Form
Результат Form

GetAutoSizeMode() защищенный метод

protected GetAutoSizeMode ( ) : AutoSizeMode
Результат AutoSizeMode

GetChildAtPoint() публичный метод

public GetChildAtPoint ( Point pt ) : Control
pt Point
Результат Control

GetChildAtPoint() публичный метод

public GetChildAtPoint ( Point pt, GetChildAtPointSkip skipValue ) : Control
pt Point
skipValue GetChildAtPointSkip
Результат Control

GetContainerControl() публичный метод

public GetContainerControl ( ) : IContainerControl
Результат IContainerControl

GetNextControl() публичный метод

public GetNextControl ( Control ctl, bool forward ) : Control
ctl Control
forward bool
Результат Control

GetStyle() защищенный метод

protected GetStyle ( ControlStyles flag ) : bool
flag ControlStyles
Результат bool

GetTopLevel() защищенный метод

protected GetTopLevel ( ) : bool
Результат bool

Hide() публичный метод

public Hide ( ) : void
Результат void

Invalidate() публичный метод

public Invalidate ( ) : void
Результат void

Invalidate() публичный метод

public Invalidate ( Rectangle rc ) : void
rc System.Drawing.Rectangle
Результат void

Invalidate() публичный метод

public Invalidate ( Rectangle rc, bool invalidateChildren ) : void
rc System.Drawing.Rectangle
invalidateChildren bool
Результат void

Invalidate() публичный метод

public Invalidate ( Region region ) : void
region System.Drawing.Region
Результат void

Invalidate() публичный метод

public Invalidate ( Region region, bool invalidateChildren ) : void
region System.Drawing.Region
invalidateChildren bool
Результат void

Invalidate() публичный метод

public Invalidate ( bool invalidateChildren ) : void
invalidateChildren bool
Результат void

Invoke() публичный метод

public Invoke ( Delegate method ) : object
method System.Delegate
Результат object

InvokePaint() защищенный метод

protected InvokePaint ( Control c, PaintEventArgs e ) : void
c Control
e PaintEventArgs
Результат void

InvokePaintBackground() защищенный метод

protected InvokePaintBackground ( Control c, PaintEventArgs e ) : void
c Control
e PaintEventArgs
Результат void

IsInputChar() защищенный метод

protected IsInputChar ( char charCode ) : bool
charCode char
Результат bool

IsInputKey() защищенный метод

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Результат bool

IsMnemonic() публичный статический метод

public static IsMnemonic ( char charCode, string text ) : bool
charCode char
text string
Результат bool

OnAutoSizeChanged() защищенный метод

protected OnAutoSizeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnImeModeChanged() защищенный метод

protected OnImeModeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnMarginChanged() защищенный метод

protected OnMarginChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaddingChanged() защищенный метод

protected OnPaddingChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

PointToClient() публичный метод

public PointToClient ( Point p ) : Point
p Point
Результат Point

PointToScreen() публичный метод

public PointToScreen ( Point p ) : Point
p Point
Результат Point

ProcessCmdKey() защищенный метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool

ProcessDialogChar() защищенный метод

protected ProcessDialogChar ( char charCode ) : bool
charCode char
Результат bool

ProcessDialogKey() защищенный метод

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Результат bool

ProcessKeyEventArgs() защищенный метод

protected ProcessKeyEventArgs ( Message &m ) : bool
m Message
Результат bool

ProcessMnemonic() защищенный метод

protected ProcessMnemonic ( char charCode ) : bool
charCode char
Результат bool

RectangleToClient() публичный метод

public RectangleToClient ( Rectangle r ) : Rectangle
r Rectangle
Результат Rectangle

RectangleToScreen() публичный метод

public RectangleToScreen ( Rectangle r ) : Rectangle
r Rectangle
Результат Rectangle

Refresh() публичный метод

public Refresh ( ) : void
Результат void

ResetText() публичный метод

public ResetText ( ) : void
Результат void

ResumeLayout() публичный метод

public ResumeLayout ( ) : void
Результат void

ResumeLayout() публичный метод

public ResumeLayout ( bool performLayout ) : void
performLayout bool
Результат void

Select() публичный метод

public Select ( ) : void
Результат void

Select() защищенный метод

protected Select ( bool directed, bool forward ) : void
directed bool
forward bool
Результат void

SelectNextControl() публичный метод

public SelectNextControl ( Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap ) : bool
ctl Control
forward bool
tabStopOnly bool
nested bool
wrap bool
Результат bool

SendToBack() публичный метод

public SendToBack ( ) : void
Результат void

SetAutoSizeMode() защищенный метод

protected SetAutoSizeMode ( AutoSizeMode mode ) : void
mode AutoSizeMode
Результат void

SetBounds() публичный метод

public SetBounds ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
Результат void

SetBounds() публичный метод

public SetBounds ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Результат void

Show() публичный метод

public Show ( ) : void
Результат void

SuspendLayout() публичный метод

public SuspendLayout ( ) : void
Результат void

Update() публичный метод

public Update ( ) : void
Результат void