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