ConnectionStringManager MembersCleanCode C# Libraries v1.2.03 API

The ConnectionStringManager type exposes the following members.
Constructors

  NameDescription
Public methodConnectionStringManager
Initializes a new instance of the ConnectionStringManager class.
Back to Top
Methods

  NameDescription
Public methodAccept
Accepts the changes made, making them accessible through the ConnectionString property.
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.)
Protected methodOnlineAdjustFormScrollbars (Inherited from OnlineContainerControl.)
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 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
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 OnlineContainerControl 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.)
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 methodStatic memberIsWindowsAuthentication
Determines whether windows authentication is enabled.
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 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 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
Raises the CreateControl event.
(Inherited from OnlineUserControl.)
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
Raises the OnlineFontChanged event.
(Inherited from OnlineContainerControl.)
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 (Inherited from OnlineContainerControl.)
Protected methodOnlineOnLeave
Raises the OnlineLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLoad
Raises the OnlineLoad event.
(Inherited from OnlineUserControl.)
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 (Inherited from OnlineUserControl.)
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
Raises the OnlinePaint event.
(Inherited from OnlineControl.)
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 OnlineUserControl.)
Protected methodOnlineOnRightToLeftChanged (Inherited from OnlineScrollableControl.)
Protected methodOnlineOnScroll
Raises the OnlineScroll event.
(Inherited from OnlineScrollableControl.)
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 (Inherited from OnlineScrollableControl.)
Public methodStatic memberPasswordKey
Returns the key name of the password attribute of the connection string for the current connection type (ODBC or non-ODBC).
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 (Inherited from OnlineContainerControl.)
Protected methodOnlineProcessDialogChar (Inherited from OnlineContainerControl.)
Protected methodOnlineProcessDialogKey (Inherited from OnlineContainerControl.)
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 OnlineContainerControl.)
Protected methodOnlineProcessTabKey
Selects the next available control and makes it the active control.
(Inherited from OnlineContainerControl.)
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 (Inherited from OnlineScrollableControl.)
Protected methodOnlineScaleCore (Inherited from OnlineScrollableControl.)
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) (Inherited from OnlineContainerControl.)
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
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 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
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
Returns a OnlineString containing the name of the OnlineComponent, if any. This method should not be overridden.
(Inherited from OnlineComponent.)
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
When overridden by a derived class, updates which button is the default button.
(Inherited from OnlineContainerControl.)
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 methodStatic memberUsernameKey
Returns the key name of the username attribute of the connection string for the current connection type (ODBC or non-ODBC).
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 OnlineUserControl.)
Public methodOnlineValidateChildren(ValidationConstraints) (Inherited from OnlineUserControl.)
Protected methodOnlineWndProc (Inherited from OnlineUserControl.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberDB_KEY
Database key name for (SQL Server connections) in connection string.
Public fieldStatic memberDSN_KEY
Data Source Name key name (for ODBC connections) in connection string.
Public fieldStatic memberNON_ODBC_PASSWORD_KEY
Password key name for non-ODBC connections in connection string.
Public fieldStatic memberNON_ODBC_USERNAME_KEY
Username key name for non-ODBC connections in connection string.
Public fieldStatic memberODBC_PASSWORD_KEY
Password key name for ODBC connections in connection string.
Public fieldStatic memberODBC_USERNAME_KEY
Username key name for ODBC connections in connection string.
Public fieldStatic memberSERVER_KEY
Server key name (for non-ODBC connections) in connection string.
Public fieldStatic memberWINDOWS_AUTHENTICATION_KEY
Windows Authentication key name in connection string.
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 propertyOnlineActiveControl
Gets or sets the active control on the container control.
(Inherited from OnlineContainerControl.)
Public propertyOnlineAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from OnlineControl.)
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 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 container enables the user to scroll to any controls placed outside of its visible boundaries.
(Inherited from OnlineScrollableControl.)
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 (Inherited from OnlineUserControl.)
Public propertyOnlineAutoSizeMode
Gets or sets how the control will resize itself.
(Inherited from OnlineUserControl.)
Public propertyOnlineAutoValidate
Gets or sets how the control performs validation when the user changes focus to another control.
(Inherited from OnlineUserControl.)
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 (Inherited from OnlineContainerControl.)
Public propertyOnlineBorderStyle
Gets or sets the border style of the tree view control.
(Inherited from OnlineUserControl.)
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 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 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 propertyConditionalConnectionString
Gets either a secure version of the connection string (i.e. without a password) or an insecure version (with the password in cleartext) at the user's discretion.
Public propertyConnectionString
Gets or sets the connection string to be manipulated.
Public propertyOnlineContainer
Gets the OnlineIContainer that contains the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyContainerTest
Gets or sets a value indicating whether this control is running in the context of Visual Studio's UserControl Test Container.
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 propertyControlTitle
Gets or sets the title of the control.
Public propertyOnlineCreated
Gets a value indicating whether the control has been created.
(Inherited from OnlineControl.)
Protected propertyOnlineCreateParams (Inherited from OnlineUserControl.)
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.)
Public propertyDbType
Gets or sets the type of the database.
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 internal spacing, in pixels, of the contents of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultSize (Inherited from OnlineUserControl.)
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
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 propertyOnlineEnabled
Gets or sets a value indicating whether the control can respond to user interaction.
(Inherited from OnlineControl.)
Public propertyEncryptionErrors
Gets the collection of encryption errors (if any) from loading or storing a set of connections.
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyExposeAuthenticationType
Public propertyExposeDB
Public propertyExposeDbType
Public propertyExposeDsn
Gets or sets the ConnectionStringManager AccessLevel of the DSN (data source name) field, used by ODBC connections.
Public propertyExposePassword
Public propertyExposeRememberPassword
Public propertyExposeResultText
Public propertyExposeServer
Public propertyExposeTestButton
Public propertyExposeUsername
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 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 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 propertyOnlineParentForm
Gets the form that the container control is assigned to.
(Inherited from OnlineContainerControl.)
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 propertyPwdFreeConnectionString
Gets a copy of the connection string with the password, if any, removed.
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.)
Public propertyRememberPassword
Gets or sets a value indicating whether the "remember password" checkbox is checked.
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.)
Public propertySecureConnectionString
Gets a secure copy of the connection string with the password, if any, encrypted.
Public propertyServerChoices
Gets or sets the server choice list presented to user.
Public propertyShowDiagnosticConnectionString
Gets or sets a value indicating whether to show the connection string diagnostically on a tooltip of the control's title.
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 propertySuppressEncryptionErrors
Gets or sets a value indicating whether to suppress encryption errors.
Public propertyOnlineTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from OnlineControl.)
Public propertyOnlineTabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from OnlineControl.)
Public propertyOnlineTag
Gets or sets the object that contains data about the control.
(Inherited from OnlineControl.)
Public propertyOnlineText (Inherited from OnlineUserControl.)
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 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 propertyOnlineWindowTarget
This property is not relevant for this class.
(Inherited from OnlineControl.)
Back to Top
Events

  NameDescription
Public eventOnlineAutoSizeChanged
Occurs when the OnlineAutoSize property changes.
(Inherited from OnlineUserControl.)
Public eventOnlineAutoValidateChanged
Occurs when the OnlineAutoValidate property changes.
(Inherited from OnlineUserControl.)
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 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 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 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 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 the control becomes visible for the first time.
(Inherited from OnlineUserControl.)
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 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 eventOnlineRightToLeftChanged
Occurs when the OnlineRightToLeft property value changes.
(Inherited from OnlineControl.)
Public eventOnlineScroll
Occurs when the user or code scrolls through the client area.
(Inherited from OnlineScrollableControl.)
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 OnlineTabStop property value changes.
(Inherited from OnlineControl.)
Public eventOnlineTextChanged (Inherited from OnlineUserControl.)
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