|
| Name | Description |
|---|
.gif) | AccessibilityNotifyClients | Overloaded. Notifies the accessibility client applications of AccessibleEvents. |
.gif) .gif) | Activate | Activates the form and gives it focus. |
.gif) | ActivateMdiChild | Activates the MDI child of a form. |
.gif) | AddOwnedForm | Adds an owned form to this form. |
.gif) | AdjustFormScrollbars | (Overrides ContainerControl..::.AdjustFormScrollbars(Boolean).) |
.gif) | ApplyAutoScaling | Infrastructure. Obsolete. Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font. |
.gif) .gif) | BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. |
.gif) .gif) | BringToFront | Brings the control to the front of the z-order. (Inherited from Control.) |
.gif) | CenterToParent | Infrastructure. Centers the position of the form within the bounds of the parent form. |
.gif) | CenterToScreen | Infrastructure. Centers the form on the current screen. |
.gif) .gif) | Close | Closes the form. |
.gif) | Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.) |
.gif) | CreateAccessibilityInstance | Creates a new accessibility object for the control. (Inherited from Control.) |
.gif) | CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.) |
.gif) .gif) | CreateControlsInstance | Overloaded. |
.gif) .gif) | CreateGraphics | Creates the Graphics for the control. (Inherited from Control.) |
.gif) | CreateHandle | Creates the handle for the form. If a derived class overrides this function, it must call the base implementation. (Overrides Control..::.CreateHandle()()().) |
.gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
.gif) | DefWndProc | Sends the specified message to the default window procedure. (Overrides Control..::.DefWndProc(Message%).) |
.gif) | DestroyHandle | Destroys the handle associated with the control. (Inherited from Control.) |
.gif) .gif) | Dispose | Overloaded. Releases the resources used by the form. |
.gif) | DoDragDrop | Begins a drag-and-drop operation. (Inherited from Control.) |
.gif) | DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from Control.) |
.gif) .gif) | EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.) |
.gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) | Finalize | Overloaded. |
.gif) | FindForm | Retrieves the form that the control is on. (Inherited from Control.) |
.gif) .gif) | Focus | Sets input focus to the control. (Inherited from Control.) |
.gif) | GetAccessibilityObjectById | Retrieves the specified AccessibleObject. (Inherited from Control.) |
.gif) .gif) | GetAutoScaleSize | Obsolete. Gets the size when autoscaling the form based on a specified font. |
.gif) | GetAutoSizeMode | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.) |
.gif) | GetChildAtPoint | Overloaded. Retrieves the child control at a specified location. |
.gif) | GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.) |
.gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from Control.) |
.gif) | GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from Control.) |
.gif) .gif) | GetScaledBounds | Retrieves the bounds within which the control is scaled. (Overrides Control..::.GetScaledBounds(Rectangle, SizeF, BoundsSpecified).) |
.gif) | GetScrollState | Determines whether the specified flag has been set. (Inherited from ScrollableControl.) |
.gif) | GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
.gif) | GetStyle | Retrieves the value of the specified control style bit for the control. (Inherited from Control.) |
.gif) | GetTopLevel | Determines if the control is a top-level control. (Inherited from Control.) |
.gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) | Hide | Conceals the control from the user. (Inherited from Control.) |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | InitLayout | Called after the control has been added to another container. (Inherited from Control.) |
.gif) .gif) | Invalidate | Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. |
.gif) .gif) | Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. |
.gif) | InvokeGotFocus | Raises the GotFocus event for the specified control. (Inherited from Control.) |
.gif) | InvokeLostFocus | Raises the LostFocus event for the specified control. (Inherited from Control.) |
.gif) | InvokeOnClick | Raises the Click event for the specified control. (Inherited from Control.) |
.gif) | InvokePaint | Raises the Paint event for the specified control. (Inherited from Control.) |
.gif) | InvokePaintBackground | Raises the PaintBackground event for the specified control. (Inherited from Control.) |
.gif) | IsInputChar | Determines if a character is an input character that the control recognizes. (Inherited from Control.) |
.gif) | IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Control.) |
.gif) | LayoutMdi | Arranges the multiple-document interface (MDI) child forms within the MDI parent form. |
.gif) .gif) | MemberwiseClone | Overloaded. |
.gif) | NotifyInvalidate | Infrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.) |
.gif) .gif) | OnActivated | Raises the Activated event. |
.gif) | OnAutoSizeChanged | Raises the AutoSizeChanged event. (Inherited from Control.) |
.gif) | OnAutoValidateChanged | Raises the AutoValidateChanged event. (Inherited from ContainerControl.) |
.gif) | OnBackColorChanged | Raises the BackColorChanged event. (Inherited from Control.) |
.gif) | OnBackgroundImageChanged | Overloaded. |
.gif) | OnBackgroundImageLayoutChanged | Raises the BackgroundImageLayoutChanged event. (Overrides Control..::.OnBackgroundImageLayoutChanged(EventArgs).) |
.gif) .gif) | OnBindingContextChanged | Raises the BindingContextChanged event. (Inherited from Control.) |
.gif) | OnCausesValidationChanged | Raises the CausesValidationChanged event. (Inherited from Control.) |
.gif) | OnChangeUICues | Raises the ChangeUICues event. (Inherited from Control.) |
.gif) .gif) | OnClick | Raises the Click event. (Inherited from Control.) |
.gif) | OnClientSizeChanged | Raises the ClientSizeChanged event. (Inherited from Control.) |
.gif) .gif) | OnClosed | Raises the Closed event. |
.gif) .gif) | OnClosing | Raises the Closing event. |
.gif) | OnContextMenuChanged | Raises the ContextMenuChanged event. (Inherited from Control.) |
.gif) | OnContextMenuStripChanged | Raises the ContextMenuStripChanged event. (Inherited from Control.) |
.gif) | OnControlAdded | Raises the ControlAdded event. (Inherited from Control.) |
.gif) | OnControlRemoved | Overloaded. |
.gif) | OnCreateControl | Raises the CreateControl event. (Overrides ContainerControl..::.OnCreateControl()()().) |
.gif) | OnCursorChanged | Raises the CursorChanged event. (Inherited from Control.) |
.gif) .gif) | OnDeactivate | Raises the Deactivate event. |
.gif) | OnDockChanged | Raises the DockChanged event. (Inherited from Control.) |
.gif) .gif) | OnDoubleClick | Raises the DoubleClick event. (Inherited from Control.) |
.gif) | OnDragDrop | Raises the DragDrop event. (Inherited from Control.) |
.gif) | OnDragEnter | Raises the DragEnter event. (Inherited from Control.) |
.gif) | OnDragLeave | Raises the DragLeave event. (Inherited from Control.) |
.gif) | OnDragOver | Raises the DragOver event. (Inherited from Control.) |
.gif) .gif) | OnEnabledChanged | Overloaded. |
.gif) | OnEnter | Overloaded. |
.gif) | OnFontChanged | Raises the FontChanged event. (Overrides ContainerControl..::.OnFontChanged(EventArgs).) |
.gif) | OnForeColorChanged | Raises the ForeColorChanged event. (Inherited from Control.) |
.gif) | OnFormClosed | Raises the FormClosed event. |
.gif) | OnFormClosing | Raises the FormClosing event. |
.gif) | OnGiveFeedback | Raises the GiveFeedback event. (Inherited from Control.) |
.gif) .gif) | OnGotFocus | Raises the GotFocus event. (Inherited from Control.) |
.gif) .gif) | OnHandleCreated | Overloaded. |
.gif) .gif) | OnHandleDestroyed | Overloaded. |
.gif) | OnHelpButtonClicked | Raises the HelpButtonClicked event. |
.gif) .gif) | OnHelpRequested | Raises the HelpRequested event. (Inherited from Control.) |
.gif) | OnImeModeChanged | Raises the ImeModeChanged event. (Inherited from Control.) |
.gif) | OnInputLanguageChanged | Raises the InputLanguageChanged event. |
.gif) | OnInputLanguageChanging | Raises the InputLanguageChanging event. |
.gif) | OnInvalidated | Raises the Invalidated event. (Inherited from Control.) |
.gif) .gif) | OnKeyDown | Raises the KeyDown event. (Inherited from Control.) |
.gif) .gif) | OnKeyPress | Raises the KeyPress event. (Inherited from Control.) |
.gif) .gif) | OnKeyUp | Raises the KeyUp event. (Inherited from Control.) |
.gif) | OnLayout | Overloaded. |
.gif) | OnLeave | Raises the Leave event. (Inherited from Control.) |
.gif) .gif) | OnLoad | Raises the Load event. |
.gif) | OnLocationChanged | Raises the LocationChanged event. (Inherited from Control.) |
.gif) .gif) | OnLostFocus | Raises the LostFocus event. (Inherited from Control.) |
.gif) | OnMarginChanged | Raises the MarginChanged event. (Inherited from Control.) |
.gif) | OnMaximizedBoundsChanged | Raises the MaximizedBoundsChanged event. |
.gif) | OnMaximumSizeChanged | Raises the MaximumSizeChanged event. |
.gif) | OnMdiChildActivate | Raises the MdiChildActivate event. |
.gif) | OnMenuComplete | Raises the MenuComplete event. |
.gif) | OnMenuStart | Raises the MenuStart event. |
.gif) | OnMinimumSizeChanged | Raises the MinimumSizeChanged event. |
.gif) | OnMouseCaptureChanged | Raises the MouseCaptureChanged event. (Inherited from Control.) |
.gif) | OnMouseClick | Raises the MouseClick event. (Inherited from Control.) |
.gif) | OnMouseDoubleClick | Raises the MouseDoubleClick event. (Inherited from Control.) |
.gif) .gif) | OnMouseDown | Raises the MouseDown event. (Inherited from Control.) |
.gif) | OnMouseEnter | Raises the MouseEnter event. (Inherited from Control.) |
.gif) | OnMouseHover | Raises the MouseHover event. (Inherited from Control.) |
.gif) | OnMouseLeave | Raises the MouseLeave event. (Inherited from Control.) |
.gif) .gif) | OnMouseMove | Raises the MouseMove event. (Inherited from Control.) |
.gif) .gif) | OnMouseUp | Raises the MouseUp event. (Inherited from Control.) |
.gif) | OnMouseWheel | Raises the MouseWheel event. (Inherited from ScrollableControl.) |
.gif) | OnMove | Raises the Move event. (Inherited from Control.) |
.gif) | OnNotifyMessage | Notifies the control of Windows messages. (Inherited from Control.) |
.gif) | OnPaddingChanged | Raises the PaddingChanged event. (Inherited from ScrollableControl.) |
.gif) .gif) | OnPaint | Overloaded. |
.gif) .gif) | OnPaintBackground | Overloaded. |
.gif) | OnParentBackColorChanged | Raises the BackColorChanged event when the BackColor property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentBackgroundImageChanged | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentBindingContextChanged | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Inherited from Control.) |
.gif) .gif) | OnParentChanged | Overloaded. |
.gif) | OnParentCursorChanged | Raises the CursorChanged event. (Inherited from Control.) |
.gif) | OnParentEnabledChanged | Raises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentFontChanged | Raises the FontChanged event when the Font property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentForeColorChanged | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentRightToLeftChanged | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentVisibleChanged | Raises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control.) |
.gif) | OnPreviewKeyDown | Raises the PreviewKeyDown event. (Inherited from Control.) |
.gif) | OnPrint | Raises the Paint event. (Inherited from Control.) |
.gif) | OnQueryContinueDrag | Raises the QueryContinueDrag event. (Inherited from Control.) |
.gif) | OnRegionChanged | Raises the RegionChanged event. (Inherited from Control.) |
.gif) .gif) | OnResize | Overloaded. |
.gif) | OnResizeBegin | Raises the ResizeBegin event. |
.gif) | OnResizeEnd | Raises the ResizeEnd event. |
.gif) | OnRightToLeftChanged | Overloaded. |
.gif) | OnRightToLeftLayoutChanged | Raises the RightToLeftLayoutChanged event. |
.gif) | OnScroll | Raises the Scroll event. (Inherited from ScrollableControl.) |
.gif) | OnShown | Raises the Shown event. |
.gif) | OnSizeChanged | Raises the SizeChanged event. (Inherited from Control.) |
.gif) | OnStyleChanged | Raises the StyleChanged event. (Overrides Control..::.OnStyleChanged(EventArgs).) |
.gif) | OnSystemColorsChanged | Raises the SystemColorsChanged event. (Inherited from Control.) |
.gif) | OnTabIndexChanged | Raises the TabIndexChanged event. (Inherited from Control.) |
.gif) | OnTabStopChanged | Raises the TabStopChanged event. (Inherited from Control.) |
.gif) .gif) | OnTextChanged | Overloaded. |
.gif) | OnValidated | Raises the Validated event. (Inherited from Control.) |
.gif) | OnValidating | Raises the Validating event. (Inherited from Control.) |
.gif) | OnVisibleChanged | Raises the VisibleChanged event. (Overrides ScrollableControl..::.OnVisibleChanged(EventArgs).) |
.gif) .gif) | PerformAutoScale | Performs scaling of the container control and its children. (Inherited from ContainerControl.) |
.gif) | PerformLayout | Overloaded. Forces the control to apply layout logic to child controls. |
.gif) .gif) | PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from Control.) |
.gif) .gif) | PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from Control.) |
.gif) | PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.) |
.gif) | PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.) |
.gif) | ProcessCmdKey | Processes a command key. (Overrides ContainerControl..::.ProcessCmdKey(Message%, Keys).) |
.gif) | ProcessDialogChar | Overloaded. |
.gif) | ProcessDialogKey | Processes a dialog box key. (Overrides ContainerControl..::.ProcessDialogKey(Keys).) |
.gif) | ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (Inherited from Control.) |
.gif) | ProcessKeyMessage | Processes a keyboard message. (Inherited from Control.) |
.gif) | ProcessKeyPreview | Previews a keyboard message. (Overrides Control..::.ProcessKeyPreview(Message%).) |
.gif) | ProcessMnemonic | Overloaded. |
.gif) | ProcessTabKey | Selects the next available control and makes it the active control. (Overrides ContainerControl..::.ProcessTabKey(Boolean).) |
.gif) | RaiseDragEvent | Raises the appropriate drag event. (Inherited from Control.) |
.gif) | RaiseKeyEvent | Raises the appropriate key event. (Inherited from Control.) |
.gif) | RaiseMouseEvent | Raises the appropriate mouse event. (Inherited from Control.) |
.gif) | RaisePaintEvent | Raises the appropriate paint event. (Inherited from Control.) |
.gif) | RecreateHandle | Forces the re-creation of the handle for the control. (Inherited from Control.) |
.gif) .gif) | RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.) |
.gif) .gif) | RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.) |
.gif) .gif) | Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control.) |
.gif) | RemoveOwnedForm | Removes an owned form from this form. |
.gif) | ResetBackColor | Resets the BackColor property to its default value. (Inherited from Control.) |
.gif) | ResetBindings | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from Control.) |
.gif) | ResetCursor | Resets the Cursor property to its default value. (Inherited from Control.) |
.gif) | ResetFont | Resets the Font property to its default value. (Inherited from Control.) |
.gif) | ResetForeColor | Resets the ForeColor property to its default value. (Inherited from Control.) |
.gif) | ResetImeMode | Resets the ImeMode property to its default value. (Inherited from Control.) |
.gif) | ResetMouseEventArgs | Infrastructure. Resets the control to handle the MouseLeave event. (Inherited from Control.) |
.gif) | ResetRightToLeft | Resets the RightToLeft property to its default value. (Inherited from Control.) |
.gif) | ResetText | Resets the Text property to its default value. (Inherited from Control.) |
.gif) .gif) | ResumeLayout | Overloaded. Resumes the usual layout logic. |
.gif) | RtlTranslateAlignment | Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. |
.gif) | RtlTranslateContent | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | RtlTranslateHorizontal | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | RtlTranslateLeftRight | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.) |
.gif) .gif) | Scale | Overloaded. Scales the control and any child controls. |
.gif) .gif) | ScaleControl | Overloaded. |
.gif) | ScaleCore | Performs scaling of the form. (Overrides ScrollableControl..::.ScaleCore(Single, Single).) |
.gif) | ScrollControlIntoView | Scrolls the specified child control into view on an auto-scroll enabled control. (Inherited from ScrollableControl.) |
.gif) | ScrollToControl | Calculates the scroll offset to the specified child control. (Inherited from ScrollableControl.) |
.gif) | Select | Overloaded. Activates the form and selects a child control. |
.gif) .gif) | SelectNextControl | Activates the next control. (Inherited from Control.) |
.gif) .gif) | SendToBack | Sends the control to the back of the z-order. (Inherited from Control.) |
.gif) | SetAutoScrollMargin | Sets the size of the auto-scroll margins. (Inherited from ScrollableControl.) |
.gif) | SetAutoSizeMode | Sets a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.) |
.gif) | SetBounds | Overloaded. Sets the bounds of the control. |
.gif) | SetBoundsCore | Performs the work of setting the specified bounds of this control. (Overrides Control..::.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).) |
.gif) | SetClientSizeCore | Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size. (Overrides Control..::.SetClientSizeCore(Int32, Int32).) |
.gif) | SetDesktopBounds | Sets the bounds of the form in desktop coordinates. |
.gif) | SetDesktopLocation | Sets the location of the form in desktop coordinates. |
.gif) | SetDisplayRectLocation | Positions the display window to the specified value. (Inherited from ScrollableControl.) |
.gif) | SetScrollState | Sets the specified scroll state flag. (Inherited from ScrollableControl.) |
.gif) | SetStyle | Sets a specified ControlStyles flag to either true or false. (Inherited from Control.) |
.gif) | SetTopLevel | Sets the control as the top-level control. (Inherited from Control.) |
.gif) | SetVisibleCore | Sets the control to the specified visible state. (Overrides Control..::.SetVisibleCore(Boolean).) |
.gif) .gif) | Show | Overloaded. Displays the form. |
.gif) .gif) | ShowDialog | Overloaded. Shows the form as a modal dialog box. |
.gif) | SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (Inherited from Control.) |
.gif) .gif) | SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from Control.) |
.gif) .gif) | ToString | Overloaded. |
.gif) .gif) | Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from Control.) |
.gif) | UpdateBounds | Overloaded. Updates the bounds of the control. |
.gif) | UpdateDefaultButton | Updates which button is the default button. (Overrides ContainerControl..::.UpdateDefaultButton()()().) |
.gif) | UpdateStyles | Forces the assigned styles to be reapplied to the control. (Inherited from Control.) |
.gif) | UpdateZOrder | Updates the control in its parent's z-order. (Inherited from Control.) |
.gif) | Validate | Overloaded. Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. |
.gif) | ValidateChildren | Overloaded. Validates all selectable child controls in the form. |
.gif) | WndProc | (Overrides ContainerControl..::.WndProc(Message%).) |