DisplayCommandsForm MembersCleanCode C# Libraries v1.2.03 API

The DisplayCommandsForm type exposes the following members.
Constructors

  NameDescription
Public methodDisplayCommandsForm
Initializes a new instance of the DisplayCommandsForm class and populates the Form.
Back to Top
Methods

  NameDescription
Protected methodOnlineAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified OnlineAccessibleEvents for the specified child control.
(Inherited from OnlineControl.)
Protected methodOnlineAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified OnlineAccessibleEvents for the specified child control .
(Inherited from OnlineControl.)
Public methodOnlineActivate
Activates the form and gives it focus.
(Inherited from OnlineForm.)
Protected methodOnlineActivateMdiChild
Activates the MDI child of a form.
(Inherited from OnlineForm.)
Public methodOnlineAddOwnedForm
Adds an owned form to this form.
(Inherited from OnlineForm.)
Protected methodOnlineAdjustFormScrollbars (Inherited from OnlineForm.)
Protected methodOnlineApplyAutoScalingObsolete.
Resizes the form according to the current value of the OnlineAutoScaleBaseSize property and the size of the current font.
(Inherited from OnlineForm.)
Public methodOnlineBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from OnlineControl.)
Public methodOnlineBeginInvoke(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 OnlineControl.)
Public methodOnlineBringToFront
Brings the control to the front of the z-order.
(Inherited from OnlineControl.)
Protected methodOnlineCenterToParent
Centers the position of the form within the bounds of the parent form.
(Inherited from OnlineForm.)
Protected methodOnlineCenterToScreen
Centers the form on the current screen.
(Inherited from OnlineForm.)
Public methodOnlineClose
Closes the form.
(Inherited from OnlineForm.)
Public methodOnlineContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateAccessibilityInstance
Creates a new accessibility object for the control.
(Inherited from OnlineControl.)
Public methodOnlineCreateControl
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineCreateControlsInstance (Inherited from OnlineForm.)
Public methodOnlineCreateGraphics
Creates the OnlineGraphics for the control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateHandle
Creates the handle for the form. If a derived class overrides this function, it must call the base implementation.
(Inherited from OnlineForm.)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineDefWndProc (Inherited from OnlineForm.)
Protected methodOnlineDestroyHandle
Destroys the handle associated with the control.
(Inherited from OnlineControl.)
Public methodOnlineDispose 
Releases all resources used by the OnlineComponent.
(Inherited from OnlineComponent.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides OnlineForm Dispose(Boolean).)
Public methodOnlineDoDragDrop
Begins a drag-and-drop operation.
(Inherited from OnlineControl.)
Public methodOnlineDrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from OnlineControl.)
Public methodOnlineEndInvoke
Retrieves the return value of the asynchronous operation represented by the OnlineIAsyncResult passed.
(Inherited from OnlineControl.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Releases unmanaged resources and performs other cleanup operations before the OnlineComponent is reclaimed by garbage collection.
(Inherited from OnlineComponent.)
Public methodOnlineFindForm
Retrieves the form that the control is on.
(Inherited from OnlineControl.)
Public methodOnlineFocus
Sets input focus to the control.
(Inherited from OnlineControl.)
Protected methodOnlineGetAccessibilityObjectById
Retrieves the specified OnlineAccessibleObject.
(Inherited from OnlineControl.)
Protected methodOnlineGetAutoSizeMode
Retrieves a value indicating how a control will behave when its OnlineAutoSize property is enabled.
(Inherited from OnlineControl.)
Public methodOnlineGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from OnlineControl.)
Public methodOnlineGetChildAtPoint(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 OnlineControl.)
Public methodOnlineGetContainerControl
Returns the next OnlineContainerControl up the control's chain of parent controls.
(Inherited from OnlineControl.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from OnlineControl.)
Public methodOnlineGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from OnlineControl.)
Protected methodOnlineGetScaledBounds (Inherited from OnlineForm.)
Protected methodOnlineGetScrollState
Determines whether the specified flag has been set.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineGetService
Returns an object that represents a service provided by the OnlineComponent or by its OnlineContainer.
(Inherited from OnlineComponent.)
Protected methodOnlineGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from OnlineControl.)
Protected methodOnlineGetTopLevel
Determines if the control is a top-level control.
(Inherited from OnlineControl.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineHide
Conceals the control from the user.
(Inherited from OnlineControl.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineInitLayout
Called after the control has been added to another container.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate 
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from OnlineControl.)
Public methodOnlineInvoke(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 OnlineControl.)
Protected methodOnlineInvokeGotFocus
Raises the OnlineGotFocus event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeLostFocus
Raises the OnlineLostFocus event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeOnClick
Raises the OnlineClick event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokePaint
Raises the OnlinePaint event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineIsInputChar
Determines if a character is an input character that the control recognizes.
(Inherited from OnlineControl.)
Protected methodOnlineIsInputKey
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
(Inherited from OnlineControl.)
Public methodOnlineLayoutMdi
Arranges the multiple-document interface (MDI) child forms within the MDI parent form.
(Inherited from OnlineForm.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineNotifyInvalidate
Raises the OnlineInvalidated event with a specified region of the control to invalidate.
(Inherited from OnlineControl.)
Protected methodOnlineOnActivated
Raises the OnlineActivated event.
(Inherited from OnlineForm.)
Protected methodOnlineOnAutoSizeChanged
Raises the OnlineAutoSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnAutoValidateChanged
Raises the OnlineAutoValidateChanged event.
(Inherited from OnlineContainerControl.)
Protected methodOnlineOnBackColorChanged
Raises the OnlineBackColorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnBackgroundImageLayoutChanged
Raises the OnlineBackgroundImageLayoutChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnBindingContextChanged
Raises the OnlineBindingContextChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnCausesValidationChanged
Raises the OnlineCausesValidationChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnChangeUICues
Raises the OnlineChangeUICues event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClick
Raises the OnlineClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClientSizeChanged
Raises the OnlineClientSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClosed
Raises the OnlineClosed event.
(Inherited from OnlineForm.)
Protected methodOnlineOnClosing
Raises the OnlineClosing event.
(Inherited from OnlineForm.)
Protected methodOnlineOnContextMenuChanged
Raises the OnlineContextMenuChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnContextMenuStripChanged
Raises the OnlineContextMenuStripChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnControlAdded
Raises the OnlineControlAdded event.
(Inherited from OnlineControl.)
Protected methodOnlineOnControlRemoved
Raises the OnlineControlRemoved event.
(Inherited from OnlineControl.)
Protected methodOnlineOnCreateControl
Raises the CreateControl event.
(Inherited from OnlineForm.)
Protected methodOnlineOnCursorChanged
Raises the OnlineCursorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDeactivate
Raises the OnlineDeactivate event.
(Inherited from OnlineForm.)
Protected methodOnlineOnDockChanged
Raises the OnlineDockChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDoubleClick
Raises the OnlineDoubleClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragDrop
Raises the OnlineDragDrop event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragEnter
Raises the OnlineDragEnter event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragLeave
Raises the OnlineDragLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragOver
Raises the OnlineDragOver event.
(Inherited from OnlineControl.)
Protected methodOnlineOnEnabledChanged (Inherited from OnlineForm.)
Protected methodOnlineOnEnter
Raises the OnlineEnter event.
(Inherited from OnlineForm.)
Protected methodOnlineOnFontChanged (Inherited from OnlineForm.)
Protected methodOnlineOnForeColorChanged
Raises the OnlineForeColorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnFormClosed
Raises the OnlineFormClosed event.
(Inherited from OnlineForm.)
Protected methodOnlineOnFormClosing
Raises the OnlineFormClosing event.
(Inherited from OnlineForm.)
Protected methodOnlineOnGiveFeedback
Raises the OnlineGiveFeedback event.
(Inherited from OnlineControl.)
Protected methodOnlineOnGotFocus
Raises the OnlineGotFocus event.
(Inherited from OnlineControl.)
Protected methodOnlineOnHandleCreated (Inherited from OnlineForm.)
Protected methodOnlineOnHandleDestroyed (Inherited from OnlineForm.)
Protected methodOnlineOnHelpButtonClicked
Raises the OnlineHelpButtonClicked event.
(Inherited from OnlineForm.)
Protected methodOnlineOnHelpRequested
Raises the OnlineHelpRequested event.
(Inherited from OnlineControl.)
Protected methodOnlineOnImeModeChanged
Raises the OnlineImeModeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnInputLanguageChanged
Raises the OnlineInputLanguageChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnInputLanguageChanging
Raises the OnlineInputLanguageChanging event.
(Inherited from OnlineForm.)
Protected methodOnlineOnInvalidated
Raises the OnlineInvalidated event.
(Inherited from OnlineControl.)
Protected methodOnlineOnKeyDown
Raises the OnlineKeyDown event.
(Inherited from OnlineControl.)
Protected methodOnlineOnKeyPress
Raises the OnlineKeyPress event.
(Inherited from OnlineControl.)
Protected methodOnlineOnKeyUp
Raises the OnlineKeyUp event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLayout (Inherited from OnlineForm.)
Protected methodOnlineOnLeave
Raises the OnlineLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLoad
Raises the OnlineLoad event.
(Inherited from OnlineForm.)
Protected methodOnlineOnLocationChanged
Raises the OnlineLocationChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLostFocus
Raises the OnlineLostFocus event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMarginChanged
Raises the OnlineMarginChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMaximizedBoundsChanged
Raises the OnlineMaximizedBoundsChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnMaximumSizeChanged
Raises the OnlineMaximumSizeChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnMdiChildActivate
Raises the OnlineMdiChildActivate event.
(Inherited from OnlineForm.)
Protected methodOnlineOnMenuComplete
Raises the OnlineMenuComplete event.
(Inherited from OnlineForm.)
Protected methodOnlineOnMenuStart
Raises the OnlineMenuStart event.
(Inherited from OnlineForm.)
Protected methodOnlineOnMinimumSizeChanged
Raises the OnlineMinimumSizeChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnMouseCaptureChanged
Raises the OnlineMouseCaptureChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseClick
Raises the OnlineMouseClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseDoubleClick
Raises the OnlineMouseDoubleClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseDown
Raises the OnlineMouseDown event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseEnter
Raises the OnlineMouseEnter event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseHover
Raises the OnlineMouseHover event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseLeave
Raises the OnlineMouseLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseMove
Raises the OnlineMouseMove event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseUp
Raises the OnlineMouseUp event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseWheel
Raises the OnlineMouseWheel event.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineOnMove
Raises the OnlineMove event.
(Inherited from OnlineControl.)
Protected methodOnlineOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from OnlineControl.)
Protected methodOnlineOnPaddingChanged
Raises the OnlinePaddingChanged event.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineOnPaint (Inherited from OnlineForm.)
Protected methodOnlineOnPaintBackground
Paints the background of the control.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineOnParentBackColorChanged
Raises the OnlineBackColorChanged event when the OnlineBackColor property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event when the OnlineBackgroundImage property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBindingContextChanged
Raises the OnlineBindingContextChanged event when the OnlineBindingContext property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentChanged (Inherited from OnlineContainerControl.)
Protected methodOnlineOnParentCursorChanged
Raises the OnlineCursorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentEnabledChanged
Raises the OnlineEnabledChanged event when the OnlineEnabled property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentFontChanged
Raises the OnlineFontChanged event when the OnlineFont property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentForeColorChanged
Raises the OnlineForeColorChanged event when the OnlineForeColor property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentRightToLeftChanged
Raises the OnlineRightToLeftChanged event when the OnlineRightToLeft property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentVisibleChanged
Raises the OnlineVisibleChanged event when the OnlineVisible property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnPreviewKeyDown
Raises the OnlinePreviewKeyDown event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPrint
Raises the OnlinePaint event.
(Inherited from OnlineControl.)
Protected methodOnlineOnQueryContinueDrag
Raises the OnlineQueryContinueDrag event.
(Inherited from OnlineControl.)
Protected methodOnlineOnRegionChanged
Raises the OnlineRegionChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnResize (Inherited from OnlineForm.)
Protected methodOnlineOnResizeBegin
Raises the OnlineResizeBegin event.
(Inherited from OnlineForm.)
Protected methodOnResizeEnd
Raises the OnlineResizeEnd event.
(Overrides OnlineForm OnResizeEnd(EventArgs).)
Protected methodOnlineOnRightToLeftChanged (Inherited from OnlineScrollableControl.)
Protected methodOnlineOnRightToLeftLayoutChanged
Raises the OnlineRightToLeftLayoutChanged event.
(Inherited from OnlineForm.)
Protected methodOnlineOnScroll
Raises the OnlineScroll event.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineOnShown
Raises the OnlineShown event.
(Inherited from OnlineForm.)
Protected methodOnlineOnSizeChanged
Raises the OnlineSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnStyleChanged (Inherited from OnlineForm.)
Protected methodOnlineOnSystemColorsChanged
Raises the OnlineSystemColorsChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTabIndexChanged
Raises the OnlineTabIndexChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTabStopChanged
Raises the OnlineTabStopChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTextChanged (Inherited from OnlineForm.)
Protected methodOnlineOnValidated
Raises the OnlineValidated event.
(Inherited from OnlineControl.)
Protected methodOnlineOnValidating
Raises the OnlineValidating event.
(Inherited from OnlineControl.)
Protected methodOnlineOnVisibleChanged
Raises the OnlineVisibleChanged event.
(Inherited from OnlineForm.)
Public methodOnlinePerformAutoScale
Performs scaling of the container control and its children.
(Inherited from OnlineContainerControl.)
Public methodOnlinePerformLayout 
Forces the control to apply layout logic to all its child controls.
(Inherited from OnlineControl.)
Public methodOnlinePerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from OnlineControl.)
Public methodOnlinePointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from OnlineControl.)
Public methodOnlinePointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from OnlineControl.)
Public methodOnlinePreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from OnlineControl.)
Public methodOnlinePreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from OnlineControl.)
Protected methodOnlineProcessCmdKey
Processes a command key.
(Inherited from OnlineForm.)
Protected methodOnlineProcessDialogChar (Inherited from OnlineForm.)
Protected methodOnlineProcessDialogKey
Processes a dialog box key.
(Inherited from OnlineForm.)
Protected methodOnlineProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from OnlineControl.)
Protected methodOnlineProcessKeyMessage
Processes a keyboard message.
(Inherited from OnlineControl.)
Protected methodOnlineProcessKeyPreview (Inherited from OnlineForm.)
Protected methodOnlineProcessMnemonic (Inherited from OnlineForm.)
Protected methodOnlineProcessTabKey (Inherited from OnlineForm.)
Protected methodOnlineRaiseDragEvent
Raises the appropriate drag event.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseKeyEvent
Raises the appropriate key event.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from OnlineControl.)
Protected methodOnlineRaisePaintEvent
Raises the appropriate paint event.
(Inherited from OnlineControl.)
Protected methodOnlineRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from OnlineControl.)
Public methodOnlineRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from OnlineControl.)
Public methodOnlineRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from OnlineControl.)
Public methodOnlineRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from OnlineControl.)
Public methodOnlineRemoveOwnedForm
Removes an owned form from this form.
(Inherited from OnlineForm.)
Public methodOnlineResetBackColor
Resets the OnlineBackColor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetBindings
Causes a control bound to the OnlineBindingSource to reread all the items in the list and refresh their displayed values.
(Inherited from OnlineControl.)
Public methodOnlineResetCursor
Resets the OnlineCursor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetFont
Resets the OnlineFont property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetForeColor
Resets the OnlineForeColor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetImeMode
Resets the OnlineImeMode property to its default value.
(Inherited from OnlineControl.)
Protected methodOnlineResetMouseEventArgs
Resets the control to handle the OnlineMouseLeave event.
(Inherited from OnlineControl.)
Public methodOnlineResetRightToLeft
Resets the OnlineRightToLeft property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetText
Resets the OnlineText property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResumeLayout 
Resumes usual layout logic.
(Inherited from OnlineControl.)
Public methodOnlineResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(HorizontalAlignment)
Converts the specified OnlineHorizontalAlignment to the appropriate OnlineHorizontalAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(LeftRightAlignment)
Converts the specified OnlineLeftRightAlignment to the appropriate OnlineLeftRightAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(ContentAlignment)
Converts the specified OnlineContentAlignment to the appropriate OnlineContentAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateContent
Converts the specified OnlineContentAlignment to the appropriate OnlineContentAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateHorizontal
Converts the specified OnlineHorizontalAlignment to the appropriate OnlineHorizontalAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateLeftRight
Converts the specified OnlineLeftRightAlignment to the appropriate OnlineLeftRightAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Public methodOnlineScale(Single)Obsolete.
Scales the control and any child controls.
(Inherited from OnlineControl.)
Public methodOnlineScale(SizeF)
Scales the control and all child controls by the specified scaling factor.
(Inherited from OnlineControl.)
Public methodOnlineScale(Single, Single)Obsolete.
Scales the entire control and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineScaleControl (Inherited from OnlineForm.)
Protected methodOnlineScaleCore
Performs scaling of the form.
(Inherited from OnlineForm.)
Public methodOnlineScrollControlIntoView
Scrolls the specified child control into view on an auto-scroll enabled control.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineScrollToControl
Calculates the scroll offset to the specified child control.
(Inherited from OnlineScrollableControl.)
Public methodOnlineSelect 
Activates the control.
(Inherited from OnlineControl.)
Protected methodOnlineSelect(Boolean, Boolean)
Selects this form, and optionally selects the next or previous control.
(Inherited from OnlineForm.)
Public methodOnlineSelectNextControl
Activates the next control.
(Inherited from OnlineControl.)
Public methodOnlineSendToBack
Sends the control to the back of the z-order.
(Inherited from OnlineControl.)
Public methodOnlineSetAutoScrollMargin
Sets the size of the auto-scroll margins.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineSetAutoSizeMode
Sets a value indicating how a control will behave when its OnlineAutoSize property is enabled.
(Inherited from OnlineControl.)
Public methodOnlineSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from OnlineControl.)
Public methodOnlineSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from OnlineControl.)
Protected methodOnlineSetBoundsCore (Inherited from OnlineForm.)
Protected methodOnlineSetClientSizeCore
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 OnlineForm.)
Public methodOnlineSetDesktopBounds
Sets the bounds of the form in desktop coordinates.
(Inherited from OnlineForm.)
Public methodOnlineSetDesktopLocation
Sets the location of the form in desktop coordinates.
(Inherited from OnlineForm.)
Protected methodOnlineSetDisplayRectLocation
Positions the display window to the specified value.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineSetScrollState
Sets the specified scroll state flag.
(Inherited from OnlineScrollableControl.)
Protected methodOnlineSetStyle
Sets a specified OnlineControlStyles flag to either true or false.
(Inherited from OnlineControl.)
Protected methodOnlineSetTopLevel
Sets the control as the top-level control.
(Inherited from OnlineControl.)
Protected methodOnlineSetVisibleCore (Inherited from OnlineForm.)
Public methodOnlineShow 
Displays the control to the user.
(Inherited from OnlineControl.)
Public methodOnlineShow(IWin32Window)
Shows the form with the specified owner to the user.
(Inherited from OnlineForm.)
Public methodOnlineShowDialog 
Shows the form as a modal dialog box with the currently active window set as its owner.
(Inherited from OnlineForm.)
Public methodOnlineShowDialog(IWin32Window)
Shows the form as a modal dialog box with the specified owner.
(Inherited from OnlineForm.)
Public methodShowList
Shows the user command list.
Protected methodOnlineSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from OnlineControl.)
Public methodOnlineSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from OnlineControl.)
Public methodOnlineToString
Gets a string representing the current instance of the form.
(Inherited from OnlineForm.)
Public methodOnlineUpdate
Causes the control to redraw the invalidated regions within its client area.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds 
Updates the bounds of the control with the current size and location.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateDefaultButton
Updates which button is the default button.
(Inherited from OnlineForm.)
Protected methodOnlineUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from OnlineControl.)
Public methodOnlineValidate 
Verifies the value of the control losing focus by causing the OnlineValidating and OnlineValidated events to occur, in that order.
(Inherited from OnlineContainerControl.)
Public methodOnlineValidate(Boolean)
Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.
(Inherited from OnlineContainerControl.)
Public methodOnlineValidateChildren  (Inherited from OnlineForm.)
Public methodOnlineValidateChildren(ValidationConstraints) (Inherited from OnlineForm.)
Protected methodOnlineWndProc (Inherited from OnlineForm.)
Back to Top
Properties

  NameDescription
Public propertyOnlineAcceptButton
Gets or sets the button on the form that is clicked when the user presses the ENTER key.
(Inherited from OnlineForm.)
Public propertyOnlineAccessibilityObject
Gets the OnlineAccessibleObject assigned to the control.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleDescription
Gets or sets the description of the control used by accessibility client applications.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleName
Gets or sets the name of the control used by accessibility client applications.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleRole
Gets or sets the accessible role of the control
(Inherited from OnlineControl.)
Public propertyOnlineActiveControl
Gets or sets the active control on the container control.
(Inherited from OnlineContainerControl.)
Public propertyOnlineActiveMdiChild
Gets the currently active multiple-document interface (MDI) child window.
(Inherited from OnlineForm.)
Public propertyOnlineAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from OnlineControl.)
Public propertyOnlineAllowTransparency
Gets or sets a value indicating whether the opacity of the form can be adjusted.
(Inherited from OnlineForm.)
Public propertyOnlineAnchor
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
(Inherited from OnlineControl.)
Public propertyOnlineAutoScaleObsolete.
Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls.
(Inherited from OnlineForm.)
Public propertyOnlineAutoScaleBaseSize
Gets or sets the base size used for autoscaling of the form.
(Inherited from OnlineForm.)
Public propertyOnlineAutoScaleDimensions
Gets or sets the dimensions that the control was designed to.
(Inherited from OnlineContainerControl.)
Protected propertyOnlineAutoScaleFactor
Gets the scaling factor between the current and design-time automatic scaling dimensions.
(Inherited from OnlineContainerControl.)
Public propertyOnlineAutoScaleMode
Gets or sets the automatic scaling mode of the control.
(Inherited from OnlineContainerControl.)
Public propertyOnlineAutoScroll
Gets or sets a value indicating whether the form enables autoscrolling.
(Inherited from OnlineForm.)
Public propertyOnlineAutoScrollMargin
Gets or sets the size of the auto-scroll margin.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineAutoScrollMinSize
Gets or sets the minimum size of the auto-scroll.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineAutoScrollOffset
Gets or sets where this control is scrolled to in OnlineScrollControlIntoView(Control).
(Inherited from OnlineControl.)
Public propertyOnlineAutoScrollPosition
Gets or sets the location of the auto-scroll position.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineAutoSize
Resize the form according to the setting of OnlineAutoSizeMode.
(Inherited from OnlineForm.)
Public propertyOnlineAutoSizeMode
Gets or sets the mode by which the form automatically resizes itself.
(Inherited from OnlineForm.)
Public propertyOnlineAutoValidate (Inherited from OnlineForm.)
Public propertyOnlineBackColor (Inherited from OnlineForm.)
Public propertyOnlineBackgroundImage
Gets or sets the background image displayed in the control.
(Inherited from OnlineControl.)
Public propertyOnlineBackgroundImageLayout
Gets or sets the background image layout as defined in the OnlineImageLayout enumeration.
(Inherited from OnlineControl.)
Public propertyOnlineBindingContext (Inherited from OnlineContainerControl.)
Public propertyOnlineBottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineBounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from OnlineControl.)
Public propertyOnlineCancelButton
Gets or sets the button control that is clicked when the user presses the ESC key.
(Inherited from OnlineForm.)
Protected propertyOnlineCanEnableIme
Gets a value indicating whether the OnlineImeMode property can be set to an active value, to enable IME support.
(Inherited from OnlineContainerControl.)
Public propertyOnlineCanFocus
Gets a value indicating whether the control can receive focus.
(Inherited from OnlineControl.)
Protected propertyOnlineCanRaiseEvents
Determines if events can be raised on the control.
(Inherited from OnlineControl.)
Public propertyOnlineCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from OnlineControl.)
Public propertyOnlineCapture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from OnlineControl.)
Public propertyStatic memberCategoryBackColor
Gets or sets the background color of the category header; default is MediumBlue.
Public propertyStatic memberCategoryForeColor
Gets or sets the foreground color of the category header; default is White.
Public propertyOnlineCausesValidation
Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
(Inherited from OnlineControl.)
Public propertyOnlineClientRectangle
Gets the rectangle that represents the client area of the control.
(Inherited from OnlineControl.)
Public propertyOnlineClientSize
Gets or sets the size of the client area of the form.
(Inherited from OnlineForm.)
Public propertyOnlineCompanyName
Gets the name of the company or creator of the application containing the control.
(Inherited from OnlineControl.)
Public propertyOnlineContainer
Gets the OnlineIContainer that contains the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineContainsFocus
Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
(Inherited from OnlineControl.)
Public propertyOnlineContextMenu
Gets or sets the shortcut menu associated with the control.
(Inherited from OnlineControl.)
Public propertyOnlineContextMenuStrip
Gets or sets the OnlineContextMenuStrip associated with this control.
(Inherited from OnlineControl.)
Public propertyOnlineControlBox
Gets or sets a value indicating whether a control box is displayed in the caption bar of the form.
(Inherited from OnlineForm.)
Public propertyOnlineControls
Gets the collection of controls contained within the control.
(Inherited from OnlineControl.)
Public propertyOnlineCreated
Gets a value indicating whether the control has been created.
(Inherited from OnlineControl.)
Protected propertyOnlineCreateParams (Inherited from OnlineForm.)
Public propertyOnlineCurrentAutoScaleDimensions
Gets the current run-time dimensions of the screen.
(Inherited from OnlineContainerControl.)
Public propertyOnlineCursor
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
(Inherited from OnlineControl.)
Public propertyOnlineDataBindings
Gets the data bindings for the control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultCursor
Gets or sets the default cursor for the control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from OnlineForm.)
Protected propertyOnlineDefaultMargin
Gets the space, in pixels, that is specified by default between controls.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultMaximumSize
Gets the length and height, in pixels, that is specified as the default maximum size of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultMinimumSize
Gets the length and height, in pixels, that is specified as the default minimum size of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultPadding
Gets the internal spacing, in pixels, of the contents of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultSize (Inherited from OnlineForm.)
Public propertyDescription
Gets or sets the description, a caption below the title.
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
Public propertyOnlineDesktopBounds
Gets or sets the size and location of the form on the Windows desktop.
(Inherited from OnlineForm.)
Public propertyOnlineDesktopLocation
Gets or sets the location of the form on the Windows desktop.
(Inherited from OnlineForm.)
Public propertyOnlineDialogResult
Gets or sets the dialog result for the form.
(Inherited from OnlineForm.)
Public propertyOnlineDisplayRectangle
Gets the rectangle that represents the virtual display area of the control.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineDisposing
Gets a value indicating whether the base OnlineControl class is in the process of disposing.
(Inherited from OnlineControl.)
Public propertyOnlineDock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from OnlineControl.)
Public propertyOnlineDockPadding
Gets the dock padding settings for all edges of the control.
(Inherited from OnlineScrollableControl.)
Protected propertyOnlineDoubleBuffered
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
(Inherited from OnlineControl.)
Public propertyStatic memberEmptyShortCutIndicator
Gets or sets the empty shortcut indicator; default is -none-.
Public propertyOnlineEnabled
Gets or sets a value indicating whether the control can respond to user interaction.
(Inherited from OnlineControl.)
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyOnlineFocused
Gets a value indicating whether the control has input focus.
(Inherited from OnlineControl.)
Public propertyOnlineFont
Gets or sets the font of the text displayed by the control.
(Inherited from OnlineControl.)
Protected propertyOnlineFontHeight
Gets or sets the height of the font of the control.
(Inherited from OnlineControl.)
Public propertyOnlineForeColor
Gets or sets the foreground color of the control.
(Inherited from OnlineControl.)
Public propertyOnlineFormBorderStyle
Gets or sets the border style of the form.
(Inherited from OnlineForm.)
Public propertyOnlineHandle
Gets the window handle that the control is bound to.
(Inherited from OnlineControl.)
Public propertyOnlineHasChildren
Gets a value indicating whether the control contains one or more child controls.
(Inherited from OnlineControl.)
Public propertyOnlineHeight
Gets or sets the height of the control.
(Inherited from OnlineControl.)
Public propertyOnlineHelpButton
Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form.
(Inherited from OnlineForm.)
Public propertyOnlineHorizontalScroll
Gets the characteristics associated with the horizontal scroll bar.
(Inherited from OnlineScrollableControl.)
Protected propertyOnlineHScroll
Gets or sets a value indicating whether the horizontal scroll bar is visible.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineIcon
Gets or sets the icon for the form.
(Inherited from OnlineForm.)
Public propertyOnlineImeMode
Gets or sets the Input Method Editor (IME) mode of the control.
(Inherited from OnlineControl.)
Protected propertyOnlineImeModeBase (Inherited from OnlineControl.)
Public propertyOnlineInvokeRequired
Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
(Inherited from OnlineControl.)
Public propertyOnlineIsAccessible
Gets or sets a value indicating whether the control is visible to accessibility applications.
(Inherited from OnlineControl.)
Public propertyOnlineIsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from OnlineControl.)
Public propertyOnlineIsHandleCreated
Gets a value indicating whether the control has a handle associated with it.
(Inherited from OnlineControl.)
Public propertyOnlineIsMdiChild
Gets a value indicating whether the form is a multiple-document interface (MDI) child form.
(Inherited from OnlineForm.)
Public propertyOnlineIsMdiContainer
Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms.
(Inherited from OnlineForm.)
Public propertyOnlineIsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from OnlineControl.)
Public propertyOnlineIsRestrictedWindow
Gets a value indicating whether the form can use all windows and user input events without restriction.
(Inherited from OnlineForm.)
Public propertyOnlineKeyPreview
Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus.
(Inherited from OnlineForm.)
Public propertyOnlineLayoutEngine
Gets a cached instance of the control's layout engine.
(Inherited from OnlineControl.)
Public propertyOnlineLeft
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineLocation
Gets or sets the OnlinePoint that represents the upper-left corner of the OnlineForm in screen coordinates.
(Inherited from OnlineForm.)
Public propertyOnlineMainMenuStrip
Gets or sets the primary menu container for the form.
(Inherited from OnlineForm.)
Public propertyOnlineMargin (Inherited from OnlineForm.)
Public propertyOnlineMaximizeBox
Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form.
(Inherited from OnlineForm.)
Protected propertyOnlineMaximizedBounds
Gets and sets the size of the form when it is maximized.
(Inherited from OnlineForm.)
Public propertyOnlineMaximumSize
Gets the maximum size the form can be resized to.
(Inherited from OnlineForm.)
Public propertyOnlineMdiChildren
Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form.
(Inherited from OnlineForm.)
Public propertyOnlineMdiParent
Gets or sets the current multiple-document interface (MDI) parent form of this form.
(Inherited from OnlineForm.)
Public propertyOnlineMenu
Gets or sets the OnlineMainMenu that is displayed in the form.
(Inherited from OnlineForm.)
Public propertyOnlineMergedMenu
Gets the merged menu for the form.
(Inherited from OnlineForm.)
Public propertyOnlineMinimizeBox
Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form.
(Inherited from OnlineForm.)
Public propertyOnlineMinimumSize
Gets or sets the minimum size the form can be resized to.
(Inherited from OnlineForm.)
Public propertyOnlineModal
Gets a value indicating whether this form is displayed modally.
(Inherited from OnlineForm.)
Public propertyOnlineName
Gets or sets the name of the control.
(Inherited from OnlineControl.)
Public propertyOnlineOpacity
Gets or sets the opacity level of the form.
(Inherited from OnlineForm.)
Public propertyOnlineOwnedForms
Gets an array of OnlineForm objects that represent all forms that are owned by this form.
(Inherited from OnlineForm.)
Public propertyOnlineOwner
Gets or sets the form that owns this form.
(Inherited from OnlineForm.)
Public propertyOnlinePadding
Gets or sets padding within the control.
(Inherited from OnlineControl.)
Public propertyOnlineParent
Gets or sets the parent container of the control.
(Inherited from OnlineControl.)
Public propertyOnlineParentForm
Gets the form that the container control is assigned to.
(Inherited from OnlineContainerControl.)
Public propertyParentRelativeLocation
Gets or sets the location of the parent control relative to its parent form.
Public propertyOnlinePreferredSize
Gets the size of a rectangular area into which the control can fit.
(Inherited from OnlineControl.)
Public propertyOnlineProductName
Gets the product name of the assembly containing the control.
(Inherited from OnlineControl.)
Public propertyOnlineProductVersion
Gets the version of the assembly containing the control.
(Inherited from OnlineControl.)
Public propertyOnlineRecreatingHandle
Gets a value indicating whether the control is currently re-creating its handle.
(Inherited from OnlineControl.)
Public propertyOnlineRegion
Gets or sets the window region associated with the control.
(Inherited from OnlineControl.)
Protected propertyOnlineRenderRightToLeftObsolete.
This property is now obsolete.
(Inherited from OnlineControl.)
Protected propertyOnlineResizeRedraw
Gets or sets a value indicating whether the control redraws itself when resized.
(Inherited from OnlineControl.)
Public propertyOnlineRestoreBounds
Gets the location and size of the form in its normal window state.
(Inherited from OnlineForm.)
Public propertyOnlineRight
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineRightToLeft
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from OnlineControl.)
Public propertyOnlineRightToLeftLayout
Gets or sets a value indicating whether right-to-left mirror placement is turned on.
(Inherited from OnlineForm.)
Public propertyStatic memberRowHeight
Gets or sets the height of each row.
Protected propertyOnlineScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from OnlineControl.)
Public propertyStatic memberSeparatorHeight
Gets or sets the height of each separator.
Public propertyStatic memberSeparatorMargin
Gets or sets the margin below each separator.
Protected propertyOnlineShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from OnlineControl.)
Public propertyOnlineShowIcon
Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
(Inherited from OnlineForm.)
Public propertyOnlineShowInTaskbar
Gets or sets a value indicating whether the form is displayed in the Windows taskbar.
(Inherited from OnlineForm.)
Protected propertyOnlineShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from OnlineControl.)
Protected propertyOnlineShowWithoutActivation
Gets a value indicating whether the window will be activated when it is shown.
(Inherited from OnlineForm.)
Public propertyOnlineSite
Gets or sets the site of the control.
(Inherited from OnlineControl.)
Public propertyOnlineSize
Gets or sets the size of the form.
(Inherited from OnlineForm.)
Public propertyOnlineSizeGripStyle
Gets or sets the style of the size grip to display in the lower-right corner of the form.
(Inherited from OnlineForm.)
Public propertyOnlineStartPosition
Gets or sets the starting position of the form at run time.
(Inherited from OnlineForm.)
Public propertyOnlineTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from OnlineForm.)
Public propertyOnlineTabStop (Inherited from OnlineForm.)
Public propertyOnlineTag
Gets or sets the object that contains data about the control.
(Inherited from OnlineControl.)
Public propertyOnlineText (Inherited from OnlineForm.)
Public propertyStatic memberTitleColor
Gets or sets the color of the form title; default is MediumBlue.
Public propertyOnlineTop
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineTopLevel
Gets or sets a value indicating whether to display the form as a top-level window.
(Inherited from OnlineForm.)
Public propertyOnlineTopLevelControl
Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost OnlineForm that the control is contained in.
(Inherited from OnlineControl.)
Public propertyOnlineTopMost
Gets or sets a value indicating whether the form should be displayed as a topmost form.
(Inherited from OnlineForm.)
Public propertyOnlineTransparencyKey
Gets or sets the color that will represent transparent areas of the form.
(Inherited from OnlineForm.)
Public propertyOnlineUseWaitCursor
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
(Inherited from OnlineControl.)
Public propertyOnlineVerticalScroll
Gets the characteristics associated with the vertical scroll bar.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineVisible
Gets or sets a value indicating whether the control and all its parent controls are displayed.
(Inherited from OnlineControl.)
Protected propertyOnlineVScroll
Gets or sets a value indicating whether the vertical scroll bar is visible.
(Inherited from OnlineScrollableControl.)
Public propertyOnlineWidth
Gets or sets the width of the control.
(Inherited from OnlineControl.)
Public propertyOnlineWindowState
Gets or sets the form's window state.
(Inherited from OnlineForm.)
Public propertyOnlineWindowTarget
This property is not relevant for this class.
(Inherited from OnlineControl.)
Back to Top
Events

  NameDescription
Public eventOnlineActivated
Occurs when the form is activated in code or by the user.
(Inherited from OnlineForm.)
Public eventOnlineAutoSizeChanged (Inherited from OnlineForm.)
Public eventOnlineAutoValidateChanged (Inherited from OnlineForm.)
Public eventOnlineBackColorChanged
Occurs when the value of the OnlineBackColor property changes.
(Inherited from OnlineControl.)
Public eventOnlineBackgroundImageChanged
Occurs when the value of the OnlineBackgroundImage property changes.
(Inherited from OnlineControl.)
Public eventOnlineBackgroundImageLayoutChanged
Occurs when the OnlineBackgroundImageLayout property changes.
(Inherited from OnlineControl.)
Public eventOnlineBindingContextChanged
Occurs when the value of the OnlineBindingContext property changes.
(Inherited from OnlineControl.)
Public eventOnlineCausesValidationChanged
Occurs when the value of the OnlineCausesValidation property changes.
(Inherited from OnlineControl.)
Public eventOnlineChangeUICues
Occurs when the focus or keyboard user interface (UI) cues change.
(Inherited from OnlineControl.)
Public eventOnlineClick
Occurs when the control is clicked.
(Inherited from OnlineControl.)
Public eventOnlineClientSizeChanged
Occurs when the value of the OnlineClientSize property changes.
(Inherited from OnlineControl.)
Public eventOnlineClosed
Occurs when the form is closed.
(Inherited from OnlineForm.)
Public eventOnlineClosing
Occurs when the form is closing.
(Inherited from OnlineForm.)
Public eventOnlineContextMenuChanged
Occurs when the value of the OnlineContextMenu property changes.
(Inherited from OnlineControl.)
Public eventOnlineContextMenuStripChanged
Occurs when the value of the OnlineContextMenuStrip property changes.
(Inherited from OnlineControl.)
Public eventOnlineControlAdded (Inherited from OnlineControl.)
Public eventOnlineControlRemoved (Inherited from OnlineControl.)
Public eventOnlineCursorChanged
Occurs when the value of the OnlineCursor property changes.
(Inherited from OnlineControl.)
Public eventOnlineDeactivate
Occurs when the form loses focus and is no longer the active form.
(Inherited from OnlineForm.)
Public eventOnlineDisposed
Occurs when the component is disposed by a call to the OnlineDispose  method.
(Inherited from OnlineComponent.)
Public eventOnlineDockChanged
Occurs when the value of the OnlineDock property changes.
(Inherited from OnlineControl.)
Public eventOnlineDoubleClick
Occurs when the control is double-clicked.
(Inherited from OnlineControl.)
Public eventOnlineDragDrop
Occurs when a drag-and-drop operation is completed.
(Inherited from OnlineControl.)
Public eventOnlineDragEnter
Occurs when an object is dragged into the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineDragLeave
Occurs when an object is dragged out of the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineDragOver
Occurs when an object is dragged over the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineEnabledChanged
Occurs when the OnlineEnabled property value has changed.
(Inherited from OnlineControl.)
Public eventOnlineEnter
Occurs when the control is entered.
(Inherited from OnlineControl.)
Public eventOnlineFontChanged
Occurs when the OnlineFont property value changes.
(Inherited from OnlineControl.)
Public eventOnlineForeColorChanged
Occurs when the OnlineForeColor property value changes.
(Inherited from OnlineControl.)
Public eventOnlineFormClosed
Occurs after the form is closed.
(Inherited from OnlineForm.)
Public eventOnlineFormClosing
Occurs before the form is closed.
(Inherited from OnlineForm.)
Public eventOnlineGiveFeedback
Occurs during a drag operation.
(Inherited from OnlineControl.)
Public eventOnlineGotFocus
Occurs when the control receives focus.
(Inherited from OnlineControl.)
Public eventOnlineHandleCreated
Occurs when a handle is created for the control.
(Inherited from OnlineControl.)
Public eventOnlineHandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from OnlineControl.)
Public eventOnlineHelpButtonClicked
Occurs when the Help button is clicked.
(Inherited from OnlineForm.)
Public eventOnlineHelpRequested
Occurs when the user requests help for a control.
(Inherited from OnlineControl.)
Public eventOnlineImeModeChanged
Occurs when the OnlineImeMode property has changed.
(Inherited from OnlineControl.)
Public eventOnlineInputLanguageChanged
Occurs after the input language of the form has changed.
(Inherited from OnlineForm.)
Public eventOnlineInputLanguageChanging
Occurs when the user attempts to change the input language for the form.
(Inherited from OnlineForm.)
Public eventOnlineInvalidated
Occurs when a control's display requires redrawing.
(Inherited from OnlineControl.)
Public eventOnlineKeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineKeyPress
Occurs when a key is pressed while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineKeyUp
Occurs when a key is released while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineLayout
Occurs when a control should reposition its child controls.
(Inherited from OnlineControl.)
Public eventOnlineLeave
Occurs when the input focus leaves the control.
(Inherited from OnlineControl.)
Public eventOnlineLoad
Occurs before a form is displayed for the first time.
(Inherited from OnlineForm.)
Public eventOnlineLocationChanged
Occurs when the OnlineLocation property value has changed.
(Inherited from OnlineControl.)
Public eventOnlineLostFocus
Occurs when the control loses focus.
(Inherited from OnlineControl.)
Public eventOnlineMarginChanged (Inherited from OnlineForm.)
Public eventOnlineMaximizedBoundsChanged
Occurs when the value of the OnlineMaximizedBounds property has changed.
(Inherited from OnlineForm.)
Public eventOnlineMaximumSizeChanged
Occurs when the value of the OnlineMaximumSize property has changed.
(Inherited from OnlineForm.)
Public eventOnlineMdiChildActivate
Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application.
(Inherited from OnlineForm.)
Public eventOnlineMenuComplete
Occurs when the menu of a form loses focus.
(Inherited from OnlineForm.)
Public eventOnlineMenuStart
Occurs when the menu of a form receives focus.
(Inherited from OnlineForm.)
Public eventOnlineMinimumSizeChanged
Occurs when the value of the OnlineMinimumSize property has changed.
(Inherited from OnlineForm.)
Public eventOnlineMouseCaptureChanged
Occurs when the control loses or gains mouse capture.
(Inherited from OnlineControl.)
Public eventOnlineMouseClick
Occurs when the control is clicked by the mouse.
(Inherited from OnlineControl.)
Public eventOnlineMouseDoubleClick
Occurs when the control is double clicked by the mouse.
(Inherited from OnlineControl.)
Public eventOnlineMouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from OnlineControl.)
Public eventOnlineMouseEnter
Occurs when the mouse pointer enters the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseHover
Occurs when the mouse pointer rests on the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseLeave
Occurs when the mouse pointer leaves the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseMove
Occurs when the mouse pointer is moved over the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseUp
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from OnlineControl.)
Public eventOnlineMouseWheel
Occurs when the mouse wheel moves while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineMove
Occurs when the control is moved.
(Inherited from OnlineControl.)
Public eventOnlinePaddingChanged
Occurs when the control's padding changes.
(Inherited from OnlineControl.)
Public eventOnlinePaint
Occurs when the control is redrawn.
(Inherited from OnlineControl.)
Public eventOnlineParentChanged
Occurs when the OnlineParent property value changes.
(Inherited from OnlineControl.)
Public eventOnlinePreviewKeyDown
Occurs before the OnlineKeyDown event when a key is pressed while focus is on this control.
(Inherited from OnlineControl.)
Public eventOnlineQueryAccessibilityHelp
Occurs when OnlineAccessibleObject is providing help to accessibility applications.
(Inherited from OnlineControl.)
Public eventOnlineQueryContinueDrag
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from OnlineControl.)
Public eventOnlineRegionChanged
Occurs when the value of the OnlineRegion property changes.
(Inherited from OnlineControl.)
Public eventOnlineResize
Occurs when the control is resized.
(Inherited from OnlineControl.)
Public eventOnlineResizeBegin
Occurs when a form enters resizing mode.
(Inherited from OnlineForm.)
Public eventOnlineResizeEnd
Occurs when a form exits resizing mode.
(Inherited from OnlineForm.)
Public eventOnlineRightToLeftChanged
Occurs when the OnlineRightToLeft property value changes.
(Inherited from OnlineControl.)
Public eventOnlineRightToLeftLayoutChanged
Occurs after the value of the OnlineRightToLeftLayout property changes.
(Inherited from OnlineForm.)
Public eventOnlineScroll
Occurs when the user or code scrolls through the client area.
(Inherited from OnlineScrollableControl.)
Public eventOnlineShown
Occurs whenever the form is first displayed.
(Inherited from OnlineForm.)
Public eventOnlineSizeChanged
Occurs when the OnlineSize property value changes.
(Inherited from OnlineControl.)
Public eventOnlineStyleChanged
Occurs when the control style changes.
(Inherited from OnlineControl.)
Public eventOnlineSystemColorsChanged
Occurs when the system colors change.
(Inherited from OnlineControl.)
Public eventOnlineTabIndexChanged
Occurs when the value of the OnlineTabIndex property changes.
(Inherited from OnlineForm.)
Public eventOnlineTabStopChanged (Inherited from OnlineForm.)
Public eventOnlineTextChanged
Occurs when the OnlineText property value changes.
(Inherited from OnlineControl.)
Public eventOnlineValidated
Occurs when the control is finished validating.
(Inherited from OnlineControl.)
Public eventOnlineValidating
Occurs when the control is validating.
(Inherited from OnlineControl.)
Public eventOnlineVisibleChanged
Occurs when the OnlineVisible property value changes.
(Inherited from OnlineControl.)
Back to Top
See Also