ShadowTipForm MethodsCleanCode C# Libraries v1.2.03 API
The ShadowTipForm type exposes the following members.
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 methodOnKeyDown
Raises the OnlineKeyDown event.
(Overrides OnlineControl OnKeyDown(KeyEventArgs).)
Protected methodOnlineOnKeyPress
Raises the OnlineKeyPress event.
(Inherited from OnlineControl.)
Protected methodOnKeyUp
Raises the OnlineKeyUp event.
(Overrides OnlineControl OnKeyUp(KeyEventArgs).)
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 methodOnlineOnResizeEnd
Raises the OnlineResizeEnd event.
(Inherited from OnlineForm.)
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 methodOnVisibleChanged
Raises the OnlineVisibleChanged event.
(Overrides OnlineForm OnVisibleChanged(EventArgs).)
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 methodPositionAndShowDialog
Sets the position relative to the parent form and displays it as a modal dialog.
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.)
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
See Also