dbicTabs Send comments on this topic.
dbiTabs Class Members
See Also  Properties  Methods  Events
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : dbiTabs Class


"

The following tables list the members exposed by dbiTabs.

"

Public Constructors

 NameDescription
public ConstructordbiTabs ConstructorCreates a new instance of the Class.  
Top

Public Properties

 NameDescription
public PropertyAccessibilityObjectGets the System.Windows.Forms.AccessibleObject assigned to the control. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
public PropertyActiveColorGets or sets the color of the arrow and close buttons when they are active.  
public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
public PropertyAnchorGets 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 System.Windows.Forms.Control)
public PropertyArrowButtonsDetermines if the tab scroll arrows in the tabs will be visible.  
public PropertyAutoScrollDetermines whether the tabs will automatically scroll when a navigational arrow button is pressed.  
public PropertyAutoScrollOffsetGets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control). (Inherited from System.Windows.Forms.Control)
public PropertyBackColorGets or sets the primary background color of the dbiTabs. (Inherited from System.Windows.Forms.Control)
public PropertyBackColorToGets or sets the secondary background color of the control.  
public PropertyBackFillTypeGets or sets the pattern used to paint the background of the control.  
public PropertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control)
public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
public PropertyBindingContextGets or sets the System.Windows.Forms.BindingContext for the control. (Inherited from System.Windows.Forms.Control)
public PropertyBorderColorGets or sets the main border color of dbiTabs.  
public PropertyBorderColorToGets or sets the secondary border color of the control.  
public PropertyBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control)
public PropertyBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from System.Windows.Forms.Control)
public PropertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from System.Windows.Forms.Control)
public PropertyCanSelectGets a value indicating whether the control can be selected. (Inherited from System.Windows.Forms.Control)
public PropertyCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from System.Windows.Forms.Control)
public PropertyCausesValidationGets 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 System.Windows.Forms.Control)
public PropertyClientRectangleGets the rectangle that represents the client area of the control. (Inherited from System.Windows.Forms.Control)
public PropertyClientSizeGets or sets the height and width of the client area of the control. (Inherited from System.Windows.Forms.Control)
public PropertyCloseButtonDetermines if the close button will be displayed in the control.  
public PropertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from System.Windows.Forms.Control)
public PropertyContainer (Inherited from System.ComponentModel.Component)
public PropertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from System.Windows.Forms.Control)
public PropertyContextMenuGets or sets the shortcut menu associated with the control. (Inherited from System.Windows.Forms.Control)
public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyControlsGets the collection of controls contained within the control. (Inherited from System.Windows.Forms.Control)
public PropertyControlStyleSets a series of properties so that the control mimics a certain style,  
public PropertyCreatedGets a value indicating whether the control has been created. (Inherited from System.Windows.Forms.Control)
public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
public PropertyDeviceDpiGets the DPI value for the display device where the control is currently being displayed. (Inherited from System.Windows.Forms.Control)
public PropertyDisabledColorGets or sets the text color of a disabled tab.  
public PropertyDisplayRectangleGets the rectangle that represents the display area of the control. (Inherited from System.Windows.Forms.Control)
public PropertyDisposingGets a value indicating whether the base System.Windows.Forms.Control class is in the process of disposing. (Inherited from System.Windows.Forms.Control)
public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
public PropertyFocusedGets a value indicating whether the control has input focus. (Inherited from System.Windows.Forms.Control)
public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control)
public PropertyHandleGets the window handle that the control is bound to. (Inherited from System.Windows.Forms.Control)
public PropertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from System.Windows.Forms.Control)
public PropertyHeightGets or sets the height of the control. (Inherited from System.Windows.Forms.Control)
public PropertyHighlightColorFromGets or sets the main highlight color for a selected or hot tracked tab.  
public PropertyHighlightColorToGets or sets the secondary highlight color for a selected or hot tracked tab.  
public PropertyHotTextColorGets or sets the text color for a tab when the mouse moves over it.  
public PropertyHotTrackDetermines whether a tab will be highlighted as the mouse moves over it.  
public PropertyImageOffsetGets or sets the offset values used to calculate the position of the tab images in the control.  
public PropertyImagePositionGets or sets the vertical and horizontal alignment of the tab images in the control.  
public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
public PropertyInactiveColorGets or sets the color of the navigation arrows and close button when they are inactive.  
public PropertyIndentLeftGets or sets the amount to indent the left side of an angled tab in the control.  
public PropertyIndentRightGets or sets the amount to indent the right side of an angled tab in the control.  
public PropertyInvokeRequiredGets 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 System.Windows.Forms.Control)
public PropertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from System.Windows.Forms.Control)
public PropertyIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from System.Windows.Forms.Control)
public PropertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from System.Windows.Forms.Control)
public PropertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from System.Windows.Forms.Control)
public PropertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from System.Windows.Forms.Control)
public PropertyLeftGets 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 System.Windows.Forms.Control)
public PropertyLevelOffsetGets or sets the vertical offset used to calculate the distance of the tab pages between levels.  
public PropertyLevelsGets or sets the number of levels to display in the control.  
public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
public PropertyMaskColorGets or sets a specific color in an image to appear transparent.  
public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyNameGets or sets the name of the control. (Inherited from System.Windows.Forms.Control)
public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
public PropertyPageBorderGets or sets the type of border to place around the page area in the control.  
public PropertyPageColorType

Gets or sets how the backcolor for the tab page area in the control is determined.

 
public PropertyPageOffsetGets or sets the offset values used to calculate the position of the tab pages within the control.  
public PropertyParentGets or sets the parent container of the control. (Inherited from System.Windows.Forms.Control)
public PropertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from System.Windows.Forms.Control)
public PropertyProductNameGets the product name of the assembly containing the control. (Inherited from System.Windows.Forms.Control)
public PropertyProductVersionGets the version of the assembly containing the control. (Inherited from System.Windows.Forms.Control)
public PropertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from System.Windows.Forms.Control)
public PropertyRegionGets or sets the window region associated with the control. (Inherited from System.Windows.Forms.Control)
public PropertyRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control)
public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
public PropertySelectedBackColorGets or sets the primnary background color of the selected tab in the control.  
public PropertySelectedBackColorToGets or sets the secondary color used to paint the background of the selected tab in the control.  
public PropertySelectedBorderColorGets or sets the border color of a selected tab.  
public PropertySelectedFillTypeGets or sets the pattern used to paint the background of the selected tab in the control.  
public PropertySelectedFontGets or sets the font for the Selected tab in the control.  
public PropertySelectedForeColorGets or sets the foreground color of the selected tab in the control.  
public PropertySelectedSizeOffsetGets or sets the offset values used to calculate the extended size of the selected tab in the control.  
public PropertySelectedStyleGets or sets the style of the selected tab in the control.  
public PropertySelectedTabIndexGets or sets the index of the Tab that is currently selected.  
public PropertySelectedTabPageGets or sets the the Tab that is currently selected.  
public PropertySelectedTextOffsetGets or sets the values used to calculate the offset position of the text and image in a selected tab.  
public PropertyShadowColorDarkGets or sets the color used to paint the dark border of a raised tab.  
public PropertyShadowColorLightGets or sets the color used to paint the light border of a raised tab.  
public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeModeDetermines how the tabs are sized in the control.  
public PropertyStripTypeGets or sets the type of border to be used in a tab strip.  
public PropertyTabBackColorGets or sets the default background color of a tab.  
public PropertyTabBackColorToGets or sets the secondary default background color of a tab.  
public PropertyTabBorder

Gets or sets the border type to place around each tab in the control.

 
public PropertyTabBorderColorGets or sets the color used to paint the border of non-selected tabs.  
public PropertyTabFillTypeGets or sets the default background style of a non-selected tab.  
public PropertyTabHeightGets or sets the specific height of the tabs in the control.  
public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
public PropertyTabMarginGets or sets the left margin or distance to indent the first tab in the control.  
public PropertyTabPositionGets or sets the position of the tabs in the control.  
public PropertyTabsThe dbiTabsCollection within the control.  
public PropertyTabSpaceGets or sets the amount of space separating each tab in the control.  
public PropertyTabStart

Gets or sets the first tab to be drawn in the control.

 
public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
public PropertyTabStripDetermines whether the control will be drawn as just tabs with no tab pages.  
public PropertyTabStyleGets or sets the style of the tabs in the control.  
public PropertyTabWidth

Gets or sets the fixed width of the tabs in the control.

 
public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
public PropertyTextAngleGets or sets the angle or orientation of the text in the tabs.  
public PropertyTextOffsetGets or sets the offset value used to calculate the vertical and horizontal position of the text within the tabs of the control.  
public PropertyTextWrapDetermines if the text will be wrapped within the tabs of the control.  
public PropertyTopGets 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 System.Windows.Forms.Control)
public PropertyTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost System.Windows.Forms.Form that the control is contained in. (Inherited from System.Windows.Forms.Control)
public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
public PropertyWidthGets or sets the width of the control. (Inherited from System.Windows.Forms.Control)
Top

Public Methods

 NameDescription
public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodLogicalToDeviceUnitsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodMakeTabVisibleIf the number of tabs extend beyond the available space, this will bring the nTab into the visible portion of the tabs. However this will not select the tab, only ensure that the tab is visible in the display area. To make the tab selected set the SelectedTabIndex property of dbiTabs.  
public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
public MethodRemoveTabRemoves a specific tab from the control's collection.  
public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value (System.String.Empty). (Inherited from System.Windows.Forms.Control)
public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodScale (Inherited from System.Windows.Forms.Control)
public MethodScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (Inherited from System.Windows.Forms.Control)
public MethodSelectActivates the control. (Inherited from System.Windows.Forms.Control)
public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodSetBoundsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
public MethodToString (Inherited from System.ComponentModel.Component)
public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Top

Public Events

 NameDescription
public EventArrowClickOccurs when a navigation arrow is clicked.  
public EventBackColorChangedOccurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control)
public EventBackgroundImageChangedOccurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. (Inherited from System.Windows.Forms.Control)
public EventBackgroundImageLayoutChangedOccurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. (Inherited from System.Windows.Forms.Control)
public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
public EventCloseClickOccurs when the close button is clicked on.  
public EventContextMenuChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. (Inherited from System.Windows.Forms.Control)
public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
public EventDisposed (Inherited from System.ComponentModel.Component)
public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
public EventDpiChangedAfterParentOccurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. (Inherited from System.Windows.Forms.Control)
public EventDpiChangedBeforeParentOccurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. (Inherited from System.Windows.Forms.Control)
public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
public EventFontChangedOccurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control)
public EventForeColorChangedOccurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control)
public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
public EventGotFocusOccurs when the control receives focus. (Inherited from System.Windows.Forms.Control)
public EventHandleCreatedOccurs when a handle is created for the control. (Inherited from System.Windows.Forms.Control)
public EventHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from System.Windows.Forms.Control)
public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
public EventInvalidatedOccurs when a control's display requires redrawing. (Inherited from System.Windows.Forms.Control)
public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
public EventLostFocusOccurs when the control loses focus. (Inherited from System.Windows.Forms.Control)
public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
public EventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
public EventPaddingChangedOccurs when the control's padding changes. (Inherited from System.Windows.Forms.Control)
public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
public EventStyleChangedOccurs when the control style changes. (Inherited from System.Windows.Forms.Control)
public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
public EventTabChangeOccurs each time a new tab is selected.  
public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
public EventTabOverOccurs when the mouse moves over a tab.  
public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
public EventTextChangedOccurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control)
public EventUserDrawnTabOccurs whenever a tab needs to be drawn and the TabStyle Property is set to UserDrawn, allowing the developer to handle the rendering of the tab.  
public EventUserDrawnTabTextOccurs just before the text for a tab is rendered, allowing the developer to override and handle the text rendering themselves  
public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Top

See Also