IdentifyingGroupBox MembersCleanCode C# Libraries v1.2.03 API

The IdentifyingGroupBox type exposes the following members.
Constructors

  NameDescription
Public methodIdentifyingGroupBox
Initializes a new instance of the IdentifyingGroupBox class.
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 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.)
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 OnlineGroupBox.
(Inherited from OnlineGroupBox.)
Public methodOnlineCreateControl
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineCreateControlsInstance
Creates a new instance of the control collection for the control.
(Inherited from OnlineControl.)
Public methodOnlineCreateGraphics
Creates the OnlineGraphics for the control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateHandle
Creates a handle for the control.
(Inherited from OnlineControl.)
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
Sends the specified message to the default window procedure.
(Inherited from OnlineControl.)
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 OnlineControl 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
Retrieves the bounds within which the control is scaled.
(Inherited from OnlineControl.)
Public methodGetSelectedCheckBoxes
Gets a list of selected OnlineCheckBoxes in the OnlineGroupBox.
Public methodGetSelectedCheckBoxNames
Gets a list of selected OnlineCheckBox names in the OnlineGroupBox.
Public methodGetSelectedRadioButton
Gets the selected OnlineRadioButton in the OnlineGroupBox.
Public methodGetSelectedRadioButtonName
Gets the name of the selected OnlineRadioButton in the OnlineGroupBox.
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.)
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 methodOnlineOnAutoSizeChanged
Raises the OnlineAutoSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackColorChanged
Raises the OnlineBackColorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackgroundImageLayoutChanged
Raises the OnlineBackgroundImageLayoutChanged event.
(Inherited from OnlineControl.)
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 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 (Inherited from OnlineControl.)
Protected methodOnlineOnCursorChanged
Raises the OnlineCursorChanged event.
(Inherited from OnlineControl.)
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
Raises the OnlineEnabledChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnEnter
Raises the OnlineEnter event.
(Inherited from OnlineControl.)
Protected methodOnlineOnFontChanged (Inherited from OnlineGroupBox.)
Protected methodOnlineOnForeColorChanged
Raises the OnlineForeColorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnGiveFeedback
Raises the OnlineGiveFeedback event.
(Inherited from OnlineControl.)
Protected methodOnlineOnGotFocus
Raises the OnlineGotFocus event.
(Inherited from OnlineControl.)
Protected methodOnlineOnHandleCreated
Raises the OnlineHandleCreated event.
(Inherited from OnlineControl.)
Protected methodOnlineOnHandleDestroyed
Raises the OnlineHandleDestroyed event.
(Inherited from OnlineControl.)
Protected methodOnlineOnHelpRequested
Raises the OnlineHelpRequested event.
(Inherited from OnlineControl.)
Protected methodOnlineOnImeModeChanged
Raises the OnlineImeModeChanged event.
(Inherited from OnlineControl.)
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
Raises the OnlineLayout event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLeave
Raises the OnlineLeave event.
(Inherited from OnlineControl.)
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 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 OnlineControl.)
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 OnlineControl.)
Protected methodOnlineOnPaint (Inherited from OnlineGroupBox.)
Protected methodOnlineOnPaintBackground
Paints the background of the control.
(Inherited from OnlineControl.)
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
Raises the OnlineParentChanged event.
(Inherited from OnlineControl.)
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
Raises the OnlineResize event.
(Inherited from OnlineControl.)
Protected methodOnlineOnRightToLeftChanged
Raises the OnlineRightToLeftChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnSizeChanged
Raises the OnlineSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnStyleChanged
Raises the OnlineStyleChanged event.
(Inherited from OnlineControl.)
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
Raises the OnlineTextChanged event.
(Inherited from OnlineControl.)
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 OnlineControl.)
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 methodPopulateGroupBox(Boolean,  String )
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a supplied literal list.
Public methodPopulateGroupBox(Boolean, Type)
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a collection embodied in an Enum.
Public methodPopulateGroupBox(Boolean, Type,  String )
Populates a group box with a collection of RadioButtons or CheckBoxes corresponding to a collection embodied in an Enum.
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 OnlineControl.)
Protected methodOnlineProcessDialogChar
Processes a dialog character.
(Inherited from OnlineControl.)
Protected methodOnlineProcessDialogKey
Processes a dialog key.
(Inherited from OnlineControl.)
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
Previews a keyboard message.
(Inherited from OnlineControl.)
Protected methodOnlineProcessMnemonic (Inherited from OnlineGroupBox.)
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 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
Scales the OnlineGroupBox by the specified factor and scaling instruction.
(Inherited from OnlineGroupBox.)
Protected methodOnlineScaleCore
This method is not relevant for this class.
(Inherited from OnlineControl.)
Public methodOnlineSelect 
Activates the control.
(Inherited from OnlineControl.)
Protected methodOnlineSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from OnlineControl.)
Public methodOnlineSelectNextControl
Activates the next control.
(Inherited from OnlineControl.)
Public methodOnlineSendToBack
Sends the control to the back of the z-order.
(Inherited from OnlineControl.)
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
Performs the work of setting the specified bounds of this control.
(Inherited from OnlineControl.)
Protected methodOnlineSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from OnlineControl.)
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
Sets the control to the specified visible state.
(Inherited from OnlineControl.)
Public methodOnlineShow
Displays the control to the user.
(Inherited from OnlineControl.)
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 (Inherited from OnlineGroupBox.)
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 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.)
Protected methodOnlineWndProc (Inherited from OnlineGroupBox.)
Back to Top
Properties

  NameDescription
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 propertyOnlineAllowDrop
Gets or sets a value that indicates whether the control will allow drag-and-drop operations and events to be used.
(Inherited from OnlineGroupBox.)
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 propertyOnlineAutoScrollOffset
Gets or sets where this control is scrolled to in OnlineScrollControlIntoView(Control).
(Inherited from OnlineControl.)
Public propertyOnlineAutoSize
Gets or sets a value that indicates whether the OnlineGroupBox resizes based on its contents.
(Inherited from OnlineGroupBox.)
Public propertyOnlineAutoSizeMode
Gets or sets how the OnlineGroupBox behaves when its OnlineAutoSize property is enabled.
(Inherited from OnlineGroupBox.)
Public propertyOnlineBackColor
Gets or sets the background color for the control.
(Inherited from OnlineControl.)
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
Gets or sets the OnlineBindingContext for the control.
(Inherited from OnlineControl.)
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.)
Protected propertyOnlineCanEnableIme
Gets a value indicating whether the OnlineImeMode property can be set to an active value, to enable IME support.
(Inherited from OnlineControl.)
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 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 height and width of the client area of the control.
(Inherited from OnlineControl.)
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 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 OnlineGroupBox.)
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 OnlineControl.)
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 OnlinePadding structure that contains the default padding settings for a OnlineGroupBox control.
(Inherited from OnlineGroupBox.)
Protected propertyOnlineDefaultSize (Inherited from OnlineGroupBox.)
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
Public propertyOnlineDisplayRectangle
Gets a rectangle that represents the dimensions of the OnlineGroupBox.
(Inherited from OnlineGroupBox.)
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.)
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 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 propertyOnlineFlatStyle
Gets or sets the flat style appearance of the group box control.
(Inherited from OnlineGroupBox.)
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 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 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 propertyOnlineIsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from OnlineControl.)
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 coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from OnlineControl.)
Public propertyOnlineMargin
Gets or sets the space between controls.
(Inherited from OnlineControl.)
Public propertyOnlineMaximumSize
Gets or sets the size that is the upper limit that OnlineGetPreferredSize(Size) can specify.
(Inherited from OnlineControl.)
Public propertyOnlineMinimumSize
Gets or sets the size that is the lower limit that OnlineGetPreferredSize(Size) can specify.
(Inherited from OnlineControl.)
Public propertyOnlineName
Gets or sets the name of the control.
(Inherited from OnlineControl.)
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 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 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.)
Protected propertyOnlineScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from OnlineControl.)
Protected propertyOnlineShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from OnlineControl.)
Protected propertyOnlineShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from OnlineControl.)
Public propertyOnlineSite
Gets or sets the site of the control.
(Inherited from OnlineControl.)
Public propertyOnlineSize
Gets or sets the height and width of the control.
(Inherited from OnlineControl.)
Public propertyOnlineTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from OnlineControl.)
Public propertyOnlineTabStop
Gets or sets a value that indicates whether the user can press the TAB key to give the focus to the OnlineGroupBox.
(Inherited from OnlineGroupBox.)
Public propertyOnlineTag
Gets or sets the object that contains data about the control.
(Inherited from OnlineControl.)
Public propertyOnlineText (Inherited from OnlineGroupBox.)
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 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 propertyOnlineUseCompatibleTextRendering
Gets or sets a value that indicates whether the text of the OnlineGroupBox is rendered using compatible text rendering (GDI+) or GDI.
(Inherited from OnlineGroupBox.)
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 propertyOnlineVisible
Gets or sets a value indicating whether the control and all its parent controls are displayed.
(Inherited from OnlineControl.)
Public propertyOnlineWidth
Gets or sets the width of the control.
(Inherited from OnlineControl.)
Public propertyOnlineWindowTarget
This property is not relevant for this class.
(Inherited from OnlineControl.)
Back to Top
Events

  NameDescription
Public eventOnlineAutoSizeChanged
Occurs when the value of the OnlineAutoSize property changes.
(Inherited from OnlineGroupBox.)
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 user clicks the OnlineGroupBox control.
(Inherited from OnlineGroupBox.)
Public eventOnlineClientSizeChanged
Occurs when the value of the OnlineClientSize property changes.
(Inherited from OnlineControl.)
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 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 user double-clicks the OnlineGroupBox control.
(Inherited from OnlineGroupBox.)
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 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 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 eventOnlineInvalidated
Occurs when a control's display requires redrawing.
(Inherited from OnlineControl.)
Public eventOnlineKeyDown
Occurs when the user presses a key while the OnlineGroupBox control has focus.
(Inherited from OnlineGroupBox.)
Public eventOnlineKeyPress
Occurs when the user presses a key while the OnlineGroupBox control has focus.
(Inherited from OnlineGroupBox.)
Public eventOnlineKeyUp
Occurs when the user releases a key while the OnlineGroupBox control has focus.
(Inherited from OnlineGroupBox.)
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 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
Occurs when the control's margin changes.
(Inherited from OnlineControl.)
Public eventOnlineMouseCaptureChanged
Occurs when the control loses or gains mouse capture.
(Inherited from OnlineControl.)
Public eventOnlineMouseClick
Occurs when the user clicks the OnlineGroupBox control with the mouse.
(Inherited from OnlineGroupBox.)
Public eventOnlineMouseDoubleClick
Occurs when the user double-clicks the OnlineGroupBox control with the mouse.
(Inherited from OnlineGroupBox.)
Public eventOnlineMouseDown
Occurs when the user presses a mouse button while the mouse pointer is over the control.
(Inherited from OnlineGroupBox.)
Public eventOnlineMouseEnter
Occurs when the mouse pointer enters the control.
(Inherited from OnlineGroupBox.)
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 OnlineGroupBox.)
Public eventOnlineMouseMove
Occurs when the user moves the mouse pointer over the control.
(Inherited from OnlineGroupBox.)
Public eventOnlineMouseUp
Occurs when the user releases a mouse button while the mouse pointer is over the control.
(Inherited from OnlineGroupBox.)
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 eventOnlineRightToLeftChanged
Occurs when the OnlineRightToLeft property value changes.
(Inherited from OnlineControl.)
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 OnlineTabIndex property value changes.
(Inherited from OnlineControl.)
Public eventOnlineTabStopChanged
Occurs when the value of the OnlineTabStop property changes.
(Inherited from OnlineGroupBox.)
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