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