|
| Name | Description |
|---|
.gif) | AccessibilityNotifyClients(AccessibleEvents, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (Inherited from Control.) |
.gif) | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (Inherited from Control.) |
.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 | Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (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) | BeginInvoke(Delegate) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from Control.) |
.gif) | BeginInvoke(Delegate, array<Object>[]()[]) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Inherited from Control.) |
.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) | 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 visible control, including the creation of the handle and any visible child controls. (Inherited from Control.) |
.gif) | CreateControlsInstance | Creates a new instance of the control collection for the control. (Overrides Control..::.CreateControlsInstance()()().) |
.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) | Dispose()()() | Releases all resources used by the Component. (Inherited from Component.) |
.gif) | Dispose(Boolean) | Disposes of the resources (other than memory) used by the Form. (Overrides ContainerControl..::.Dispose(Boolean).) |
.gif) | DoDragDrop | Begins a drag-and-drop operation. (Inherited from Control.) |
.gif) | DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from Control.) |
.gif) | EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.) |
.gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
.gif) | FindForm | Retrieves the form that the control is on. (Inherited from Control.) |
.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(Point) | Retrieves the child control that is located at the specified coordinates. (Inherited from Control.) |
.gif) | GetChildAtPoint(Point, GetChildAtPointSkip) | Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from Control.) |
.gif) | GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.) |
.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) | 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) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.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) | Invalidate()()() | Invalidates the entire surface of the control and causes the control to be redrawn. (Inherited from Control.) |
.gif) | Invalidate(Boolean) | Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Inherited from Control.) |
.gif) | Invalidate(Rectangle) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from Control.) |
.gif) | Invalidate(Region) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from Control.) |
.gif) | Invalidate(Rectangle, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Inherited from Control.) |
.gif) | Invalidate(Region, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Inherited from Control.) |
.gif) | Invoke(Delegate) | Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from Control.) |
.gif) | Invoke(Delegate, array<Object>[]()[]) | Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Inherited from Control.) |
.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) | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
.gif) | NotifyInvalidate | Infrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.) |
.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 | Raises the BackgroundImageChanged event. (Overrides Control..::.OnBackgroundImageChanged(EventArgs).) |
.gif) | OnBackgroundImageLayoutChanged | Raises the BackgroundImageLayoutChanged event. (Overrides Control..::.OnBackgroundImageLayoutChanged(EventArgs).) |
.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) | OnClick | Raises the Click event. (Inherited from Control.) |
.gif) | OnClientSizeChanged | Raises the ClientSizeChanged event. (Inherited from Control.) |
.gif) | OnClosed | Raises the Closed event. |
.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 | Raises the ControlRemoved event. (Inherited from Control.) |
.gif) | OnCreateControl | Raises the CreateControl event. (Overrides ContainerControl..::.OnCreateControl()()().) |
.gif) | OnCursorChanged | Raises the CursorChanged event. (Inherited from Control.) |
.gif) | OnDeactivate | Raises the Deactivate event. |
.gif) | OnDockChanged | Raises the DockChanged event. (Inherited from Control.) |
.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) | OnEnabledChanged | Raises the EnabledChanged event. (Overrides Control..::.OnEnabledChanged(EventArgs).) |
.gif) | OnEnter | Raises the Enter event. (Overrides Control..::.OnEnter(EventArgs).) |
.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) | OnGotFocus | Raises the GotFocus event. (Inherited from Control.) |
.gif) | OnHandleCreated | Raises the HandleCreated event. (Overrides Control..::.OnHandleCreated(EventArgs).) |
.gif) | OnHandleDestroyed | Raises the HandleDestroyed event. (Overrides Control..::.OnHandleDestroyed(EventArgs).) |
.gif) | OnHelpButtonClicked | Raises the HelpButtonClicked event. |
.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) | OnKeyDown | Raises the KeyDown event. (Inherited from Control.) |
.gif) | OnKeyPress | Raises the KeyPress event. (Inherited from Control.) |
.gif) | OnKeyUp | Raises the KeyUp event. (Inherited from Control.) |
.gif) | OnLayout | Raises the Layout event. (Overrides ContainerControl..::.OnLayout(LayoutEventArgs).) |
.gif) | OnLeave | Raises the Leave event. (Inherited from Control.) |
.gif) | OnLoad | Raises the Load event. |
.gif) | OnLocationChanged | Raises the LocationChanged event. (Inherited from Control.) |
.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) | 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) | OnMouseMove | Raises the MouseMove event. (Inherited from Control.) |
.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) | OnPaint | Raises the Paint event. (Overrides Control..::.OnPaint(PaintEventArgs).) |
.gif) | OnPaintBackground | Paints the background of the control. (Inherited from ScrollableControl.) |
.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) | OnParentChanged | Raises the ParentChanged event. (Inherited from ContainerControl.) |
.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) | OnResize | Raises the Resize event. (Overrides Control..::.OnResize(EventArgs).) |
.gif) | OnResizeBegin | Raises the ResizeBegin event. |
.gif) | OnResizeEnd | Raises the ResizeEnd event. |
.gif) | OnRightToLeftChanged | Raises the RightToLeftChanged event. (Inherited from ScrollableControl.) |
.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) | OnTextChanged | Raises the TextChanged event. (Overrides Control..::.OnTextChanged(EventArgs).) |
.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) | PerformAutoScale | Performs scaling of the container control and its children. (Inherited from ContainerControl.) |
.gif) | PerformLayout()()() | Forces the control to apply layout logic to all its child controls. (Inherited from Control.) |
.gif) | PerformLayout(Control, String) | Forces the control to apply layout logic to all its child controls. (Inherited from Control.) |
.gif) | PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from Control.) |
.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 | Processes a dialog character. (Overrides ContainerControl..::.ProcessDialogChar(Char).) |
.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 | Processes a mnemonic character. (Overrides ContainerControl..::.ProcessMnemonic(Char).) |
.gif) | ProcessTabKey | Selects the next available control and makes it the active control. (Overrides ContainerControl..::.ProcessTabKey(Boolean).) |
.gif) | RaiseDragEvent | Infrastructure. Raises the appropriate drag event. (Inherited from Control.) |
.gif) | RaiseKeyEvent | Infrastructure. Raises the appropriate key event. (Inherited from Control.) |
.gif) | RaiseMouseEvent | Infrastructure. Raises the appropriate mouse event. (Inherited from Control.) |
.gif) | RaisePaintEvent | Infrastructure. Raises the appropriate paint event. (Inherited from Control.) |
.gif) | RecreateHandle | Forces the re-creation of the handle for the control. (Inherited from Control.) |
.gif) | RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.) |
.gif) | RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.) |
.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) | ResumeLayout()()() | Resumes usual layout logic. (Inherited from Control.) |
.gif) | ResumeLayout(Boolean) | Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (Inherited from Control.) |
.gif) | RtlTranslateAlignment(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | RtlTranslateAlignment(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | RtlTranslateAlignment(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.) |
.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) | Scale(Single) | Obsolete. Scales the control and any child controls. (Inherited from Control.) |
.gif) | Scale(SizeF) | Scales the control and all child controls by the specified scaling factor. (Inherited from Control.) |
.gif) | Scale(Single, Single) | Obsolete. Scales the entire control and any child controls. (Inherited from Control.) |
.gif) | ScaleControl | Scales the location, size, padding, and margin of a control. (Overrides ScrollableControl..::.ScaleControl(SizeF, BoundsSpecified).) |
.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()()() | Activates the control. (Inherited from Control.) |
.gif) | Select(Boolean, Boolean) | Selects this form, and optionally selects the next or previous control. (Overrides ContainerControl..::.Select(Boolean, Boolean).) |
.gif) | SelectNextControl | Activates the next control. (Inherited from Control.) |
.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(Int32, Int32, Int32, Int32) | Sets the bounds of the control to the specified location and size. (Inherited from Control.) |
.gif) | SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | Sets the specified bounds of the control to the specified location and size. (Inherited from 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) | Show()()() | Displays the control to the user. (Inherited from Control.) |
.gif) | Show(IWin32Window) | Shows the form with the specified owner to the user. |
.gif) | ShowDialog()()() | Shows the form as a modal dialog box. |
.gif) | ShowDialog(IWin32Window) | Shows the form as a modal dialog box with the specified owner. |
.gif) | SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (Inherited from Control.) |
.gif) | SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from Control.) |
.gif) | ToString | Gets a string representing the current instance of the form. (Overrides Component..::.ToString()()().) |
.gif) | Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from Control.) |
.gif) | UpdateBounds()()() | Updates the bounds of the control with the current size and location. (Inherited from Control.) |
.gif) | UpdateBounds(Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size and location. (Inherited from Control.) |
.gif) | UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size, location, and client size. (Inherited from 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()()() | Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. (Inherited from ContainerControl.) |
.gif) | Validate(Boolean) | Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on. (Inherited from ContainerControl.) |
.gif) | ValidateChildren()()() | Causes all of the child controls within a control that support validation to validate their data. (Overrides ContainerControl..::.ValidateChildren()()().) |
.gif) | ValidateChildren(ValidationConstraints) | Causes all of the child controls within a control that support validation to validate their data. (Overrides ContainerControl..::.ValidateChildren(ValidationConstraints).) |
.gif) | WndProc | Processes Windows messages. (Overrides ContainerControl..::.WndProc(Message%).) |