[This is preliminary documentation and is subject to change.]

The DataBoundToolStripComboBox type exposes the following members.

Constructors

  NameDescription
Public methodDataBoundToolStripComboBox
CTor

Methods

  NameDescription
Public methodBeginUpdate
Maintains performance when items are added to the ToolStripComboBox one at a time.
(Inherited from ToolStripComboBox.)
Protected methodCreateAccessibilityInstance (Inherited from ToolStripControlHost.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose()()()()
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ToolStripControlHost and optionally releases the managed resources.
(Inherited from ToolStripControlHost.)
Public methodDoDragDrop
Begins a drag-and-drop operation.
(Inherited from ToolStripItem.)
Public methodEndUpdate
Resumes painting the ToolStripComboBox control after painting is suspended by the BeginUpdate()()()() method.
(Inherited from ToolStripComboBox.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindString(String)
Finds the first item in the ToolStripComboBox that starts with the specified string.
(Inherited from ToolStripComboBox.)
Public methodFindString(String, Int32)
Finds the first item after the given index which starts with the given string.
(Inherited from ToolStripComboBox.)
Public methodFindStringExact(String)
Finds the first item in the ToolStripComboBox that exactly matches the specified string.
(Inherited from ToolStripComboBox.)
Public methodFindStringExact(String, Int32)
Finds the first item after the specified index that exactly matches the specified string.
(Inherited from ToolStripComboBox.)
Public methodFocus
Gives the focus to a control.
(Inherited from ToolStripControlHost.)
Public methodGetCurrentParent
Retrieves the ToolStrip that is the container of the current ToolStripItem.
(Inherited from ToolStripItem.)
Public methodGetItemHeight
Returns the height, in pixels, of an item in the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from ToolStripComboBox.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodInvalidate()()()()
Invalidates the entire surface of the ToolStripItem and causes it to be redrawn.
(Inherited from ToolStripItem.)
Public methodInvalidate(Rectangle)
Invalidates the specified region of the ToolStripItem by adding it to the update region of the ToolStripItem, which is the area that will be repainted at the next paint operation, and causes a paint message to be sent to the ToolStripItem.
(Inherited from ToolStripItem.)
Protected methodIsInputChar
Determines whether a character is an input character that the item recognizes.
(Inherited from ToolStripItem.)
Protected methodIsInputKey
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
(Inherited from ToolStripItem.)
Protected methodMemberwiseClone
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnAvailableChanged
Raises the AvailableChanged event.
(Inherited from ToolStripItem.)
Protected methodOnBackColorChanged
Raises the BackColorChanged event.
(Inherited from ToolStripItem.)
Protected methodOnBindingContextChanged
Raises the BindingContextChanged event
Protected methodOnBoundsChanged
Occurs when the Bounds property changes.
(Inherited from ToolStripControlHost.)
Protected methodOnClick
Raises the Click event.
(Inherited from ToolStripItem.)
Protected methodOnDisplayStyleChanged
Raises the DisplayStyleChanged event.
(Inherited from ToolStripItem.)
Protected methodOnDoubleClick
Raises the DoubleClick event.
(Inherited from ToolStripItem.)
Protected methodOnDragDrop
Raises the DragDrop event.
(Inherited from ToolStripItem.)
Protected methodOnDragEnter
Raises the DragEnter event.
(Inherited from ToolStripItem.)
Protected methodOnDragLeave
Raises the DragLeave event.
(Inherited from ToolStripItem.)
Protected methodOnDragOver
Raises the DragOver event.
(Inherited from ToolStripItem.)
Protected methodOnDropDown
Raises the DropDown event.
(Inherited from ToolStripComboBox.)
Protected methodOnDropDownClosed
Raises the DropDownClosed event.
(Inherited from ToolStripComboBox.)
Protected methodOnDropDownStyleChanged
Raises the DropDownStyleChanged event.
(Inherited from ToolStripComboBox.)
Protected methodOnEnabledChanged
Raises the EnabledChanged event.
(Inherited from ToolStripItem.)
Protected methodOnEnter
Raises the Enter event.
(Inherited from ToolStripControlHost.)
Protected methodOnFontChanged
Raises the FontChanged event.
(Inherited from ToolStripItem.)
Protected methodOnForeColorChanged
Raises the ForeColorChanged event.
(Inherited from ToolStripItem.)
Protected methodOnGiveFeedback
Raises the GiveFeedback event.
(Inherited from ToolStripItem.)
Protected methodOnGotFocus
Raises the GotFocus event.
(Inherited from ToolStripControlHost.)
Protected methodOnHostedControlResize
Synchronizes the resizing of the control host with the resizing of the hosted control.
(Inherited from ToolStripControlHost.)
Protected methodOnKeyDown
Raises the KeyDown event.
(Inherited from ToolStripControlHost.)
Protected methodOnKeyPress
Raises the KeyPress event.
(Inherited from ToolStripControlHost.)
Protected methodOnKeyUp
Raises the KeyUp event.
(Inherited from ToolStripControlHost.)
Protected methodOnLayout (Inherited from ToolStripControlHost.)
Protected methodOnLeave
Raises the Leave event.
(Inherited from ToolStripControlHost.)
Protected methodOnLocationChanged
Raises the LocationChanged event.
(Inherited from ToolStripItem.)
Protected methodOnLostFocus
Raises the LostFocus event.
(Inherited from ToolStripControlHost.)
Protected methodOnMouseDown
Raises the MouseDown event.
(Inherited from ToolStripItem.)
Protected methodOnMouseEnter
Raises the MouseEnter event.
(Inherited from ToolStripItem.)
Protected methodOnMouseHover
Raises the MouseHover event.
(Inherited from ToolStripItem.)
Protected methodOnMouseLeave
Raises the MouseLeave event.
(Inherited from ToolStripItem.)
Protected methodOnMouseMove
Raises the MouseMove event.
(Inherited from ToolStripItem.)
Protected methodOnMouseUp
Raises the MouseUp event.
(Inherited from ToolStripItem.)
Protected methodOnOwnerFontChanged
Raises the FontChanged event when the Font property has changed on the parent of the ToolStripItem.
(Inherited from ToolStripItem.)
Protected methodOnOwnerChanged
Raises the OwnerChanged event.
(Inherited from ToolStripItem.)
Protected methodOnPaint (Inherited from ToolStripControlHost.)
Protected methodOnParentBackColorChanged
Raises the BackColorChanged event.
(Inherited from ToolStripItem.)
Protected methodOnParentEnabledChanged
Raises the EnabledChanged event when the Enabled property value of the item's container changes.
(Inherited from ToolStripItem.)
Protected methodOnParentForeColorChanged
Raises the ForeColorChanged event.
(Inherited from ToolStripItem.)
Protected methodOnParentChanged (Inherited from ToolStripControlHost.)
Protected methodOnParentRightToLeftChanged
Raises the RightToLeftChanged event.
(Inherited from ToolStripItem.)
Protected methodOnQueryContinueDrag
Raises the QueryContinueDrag event.
(Inherited from ToolStripItem.)
Protected methodOnRightToLeftChanged
Raises the RightToLeftChanged event.
(Inherited from ToolStripItem.)
Protected methodOnSelectedIndexChanged
Raises the SelectedIndexChanged event.
(Inherited from ToolStripComboBox.)
Protected methodOnSelectionChangeCommitted
Raises the SelectionChangeCommitted event.
(Inherited from ToolStripComboBox.)
Protected methodOnSubscribeControlEvents
Subscribes events from the specified control.
(Inherited from ToolStripComboBox.)
Protected methodOnTextChanged
Raises the TextChanged event.
(Inherited from ToolStripItem.)
Protected methodOnTextUpdate
Raises the TextUpdate event.
(Inherited from ToolStripComboBox.)
Protected methodOnUnsubscribeControlEvents
Unsubscribes events from the specified control.
(Inherited from ToolStripComboBox.)
Protected methodOnValidated
Raises the Validated event.
(Inherited from ToolStripControlHost.)
Protected methodOnValidating
Raises the Validating event.
(Inherited from ToolStripControlHost.)
Protected methodOnVisibleChanged
Raises the VisibleChanged event.
(Inherited from ToolStripItem.)
Public methodPerformClick
Activates the ToolStripItem when it is clicked with the mouse.
(Inherited from ToolStripItem.)
Protected methodProcessCmdKey
Processes a command key.
(Inherited from ToolStripControlHost.)
Protected methodProcessDialogKey
Processes a dialog key.
(Inherited from ToolStripControlHost.)
Protected methodProcessMnemonic
Processes a mnemonic character.
(Inherited from ToolStripControlHost.)
Public methodResetBackColor
This method is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public methodResetDisplayStyle
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodResetFont
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodResetForeColor
This method is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public methodResetImage
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodResetMargin
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodResetPadding
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodResetRightToLeft
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodResetTextDirection
This method is not relevant to this class.
(Inherited from ToolStripItem.)
Public methodSelect()()()()
Selects the item.
(Inherited from ToolStripItem.)
Public methodSelect(Int32, Int32)
Selects a range of text in the editable portion of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public methodSelectAll
Selects all the text in the editable portion of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Protected methodSetBounds
Sets the size and location of the item.
(Inherited from ToolStripItem.)
Protected methodSetVisibleCore (Inherited from ToolStripControlHost.)
Public methodToString
Returns a string representation of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)

Properties

  NameDescription
Public propertyAccessibilityObject
Gets the AccessibleObject assigned to the control.
(Inherited from ToolStripItem.)
Public propertyAccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from ToolStripItem.)
Public propertyAccessibleDescription
Gets or sets the description that will be reported to accessibility client applications.
(Inherited from ToolStripItem.)
Public propertyAccessibleName
Gets or sets the name of the control for use by accessibility client applications.
(Inherited from ToolStripItem.)
Public propertyAccessibleRole
Gets or sets the accessible role of the control, which specifies the type of user interface element of the control.
(Inherited from ToolStripItem.)
Public propertyAlignment
Gets or sets a value indicating whether the item aligns towards the beginning or end of the ToolStrip.
(Inherited from ToolStripItem.)
Public propertyAllowDrop
Gets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement.
(Inherited from ToolStripItem.)
Public propertyAnchor
Gets or sets the edges of the container to which a ToolStripItem is bound and determines how a ToolStripItem is resized with its parent.
(Inherited from ToolStripItem.)
Public propertyAutoCompleteCustomSource
Gets or sets the custom string collection to use when the AutoCompleteSource property is set to CustomSource.
(Inherited from ToolStripComboBox.)
Public propertyAutoCompleteMode
Gets or sets a value that indicates the text completion behavior of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyAutoCompleteSource
Gets or sets the source of complete strings used for automatic completion.
(Inherited from ToolStripComboBox.)
Public propertyAutoSize
Gets or sets a value indicating whether the item is automatically sized.
(Inherited from ToolStripItem.)
Public propertyAutoToolTip
Gets or sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripItem ToolTip.
(Inherited from ToolStripItem.)
Public propertyAvailable
Gets or sets a value indicating whether the ToolStripItem should be placed on a ToolStrip.
(Inherited from ToolStripItem.)
Public propertyBackColor (Inherited from ToolStripControlHost.)
Public propertyBackgroundImage
This property is not relevant to this class.
(Inherited from ToolStripComboBox.)
Public propertyBackgroundImageLayout
This property is not relevant to this class.
(Inherited from ToolStripComboBox.)
Public propertyBindingContext
Gets or sets the BindingContext for the control.
Public propertyBounds
Gets the size and location of the item.
(Inherited from ToolStripItem.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from ToolStripControlHost.)
Public propertyCausesValidation
Gets or sets a value indicating whether the hosted control causes and raises validation events on other controls when the hosted control receives focus.
(Inherited from ToolStripControlHost.)
Public propertyComboBox
Gets a ComboBox in which the user can enter text, along with a list from which the user can select.
(Inherited from ToolStripComboBox.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContentRectangle
Gets the area where content, such as text and icons, can be placed within a ToolStripItem without overwriting background borders.
(Inherited from ToolStripItem.)
Public propertyControl
Gets the Control that this ToolStripControlHost is hosting.
(Inherited from ToolStripControlHost.)
Public propertyControlAlign
Gets or sets the alignment of the control on the form.
(Inherited from ToolStripControlHost.)
Public propertyDataBindings
Gets the data bindings for the control.
Public propertyDataSource
Gets or sets the data source for ComboBox.
Protected propertyDefaultAutoToolTip
Gets a value indicating whether to display the ToolTip that is defined as the default.
(Inherited from ToolStripItem.)
Protected propertyDefaultDisplayStyle
Gets a value indicating what is displayed on the ToolStripItem.
(Inherited from ToolStripItem.)
Protected propertyDefaultMargin
Gets the default spacing, in pixels, between the ToolStripComboBox and an adjacent item.
(Inherited from ToolStripComboBox.)
Protected propertyDefaultPadding
Gets the internal spacing characteristics of the item.
(Inherited from ToolStripItem.)
Protected propertyDefaultSize
Gets the default size of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyDismissWhenClicked
Gets a value indicating whether items on a ToolStripDropDown are hidden after they are clicked.
(Inherited from ToolStripItem.)
Public propertyDisplayMember
Gets or sets the property to display for ComboBox.
Public propertyDisplayStyle
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyDock
Gets or sets which ToolStripItem borders are docked to its parent control and determines how a ToolStripItem is resized with its parent.
(Inherited from ToolStripItem.)
Public propertyDoubleClickEnabled
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyDropDownHeight
Gets or sets the height, in pixels, of the drop-down portion box of a ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyDropDownStyle
Gets or sets a value specifying the style of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyDropDownWidth
Gets or sets the width, in pixels, of the drop-down portion of a ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyDroppedDown
Gets or sets a value indicating whether the ToolStripComboBox currently displays its drop-down portion.
(Inherited from ToolStripComboBox.)
Public propertyEnabled
Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled.
(Inherited from ToolStripControlHost.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFlatStyle
Gets or sets the appearance of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyFocused
Gets a value indicating whether the control has input focus.
(Inherited from ToolStripControlHost.)
Public propertyFont
Gets or sets the font to be used on the hosted control.
(Inherited from ToolStripControlHost.)
Public propertyForeColor
Gets or sets the foreground color of the hosted control.
(Inherited from ToolStripControlHost.)
Public propertyHeight
Gets or sets the height, in pixels, of a ToolStripItem.
(Inherited from ToolStripItem.)
Public propertyImage
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyImageAlign
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyImageIndex
Gets or sets the index value of the image that is displayed on the item.
(Inherited from ToolStripItem.)
Public propertyImageKey
Gets or sets the key accessor for the image in the ImageList that is displayed on a ToolStripItem.
(Inherited from ToolStripItem.)
Public propertyImageScaling
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyImageTransparentColor
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyIntegralHeight
Gets or sets a value indicating whether the ToolStripComboBox should resize to avoid showing partial items.
(Inherited from ToolStripComboBox.)
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from ToolStripItem.)
Public propertyIsOnDropDown
Gets a value indicating whether the container of the current Control is a ToolStripDropDown.
(Inherited from ToolStripItem.)
Public propertyIsOnOverflow
Gets a value indicating whether the Placement property is set to Overflow.
(Inherited from ToolStripItem.)
Public propertyItems
Gets a collection of the items contained in this ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyMargin
Gets or sets the space between the item and adjacent items.
(Inherited from ToolStripItem.)
Public propertyMaxDropDownItems
Gets or sets the maximum number of items to be shown in the drop-down portion of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertyMaxLength
Gets or sets the maximum number of characters allowed in the editable portion of a combo box.
(Inherited from ToolStripComboBox.)
Public propertyMergeAction
Gets or sets how child menus are merged with parent menus.
(Inherited from ToolStripItem.)
Public propertyMergeIndex
Gets or sets the position of a merged item within the current ToolStrip.
(Inherited from ToolStripItem.)
Public propertyName
Gets or sets the name of the item.
(Inherited from ToolStripItem.)
Public propertyOverflow
Gets or sets whether the item is attached to the ToolStrip or ToolStripOverflowButton or can float between the two.
(Inherited from ToolStripItem.)
Public propertyOwner
Gets or sets the owner of this item.
(Inherited from ToolStripItem.)
Public propertyOwnerItem
Gets the parent ToolStripItem of this ToolStripItem.
(Inherited from ToolStripItem.)
Public propertyPadding
Gets or sets the internal spacing, in pixels, between the item's contents and its edges.
(Inherited from ToolStripItem.)
Protected propertyParent
Gets or sets the parent container of the ToolStripItem.
(Inherited from ToolStripItem.)
Public propertyPlacement
Gets the current layout of the item.
(Inherited from ToolStripItem.)
Public propertyPressed
Gets a value indicating whether the state of the item is pressed.
(Inherited from ToolStripItem.)
Public propertyRightToLeft (Inherited from ToolStripControlHost.)
Public propertyRightToLeftAutoMirrorImage
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertySelected
Gets a value indicating whether the item is selected.
(Inherited from ToolStripControlHost.)
Public propertySelectedIndex
Gets or sets the index specifying the currently selected item.
Public propertySelectedItem
Gets or sets currently selected item in the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertySelectedText
Gets or sets the text that is selected in the editable portion of a ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertySelectedValue
Gets or sets the value of the member property specified by the ValueMember property.
Public propertySelectionLength
Gets or sets the number of characters selected in the editable portion of the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Public propertySelectionStart
Gets or sets the starting index of text selected in the ToolStripComboBox.
(Inherited from ToolStripComboBox.)
Protected propertyShowKeyboardCues
Gets a value indicating whether to show or hide shortcut keys.
(Inherited from ToolStripItem.)
Public propertySite
Gets or sets the site of the hosted control.
(Inherited from ToolStripControlHost.)
Public propertySize
Gets or sets the size of the ToolStripItem.
(Inherited from ToolStripControlHost.)
Public propertySorted
Gets or sets a value indicating whether the items in the ToolStripComboBox are sorted.
(Inherited from ToolStripComboBox.)
Public propertyTag
Gets or sets the object that contains data about the item.
(Inherited from ToolStripItem.)
Public propertyText
Gets or sets the text to be displayed on the hosted control.
(Inherited from ToolStripControlHost.)
Public propertyTextAlign
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyTextDirection
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyTextImageRelation
This property is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public propertyToolTipText
Gets or sets the text that appears as a ToolTip for a control.
(Inherited from ToolStripItem.)
Public propertyValueMember
Gets or sets the property to use as the actual value for the items in ComboBox.
Public propertyVisible
Gets or sets a value indicating whether the item is displayed.
(Inherited from ToolStripItem.)
Public propertyWidth
Gets or sets the width in pixels of a ToolStripItem.
(Inherited from ToolStripItem.)

Events

  NameDescription
Public eventAvailableChanged
Occurs when the value of the Available property changes.
(Inherited from ToolStripItem.)
Public eventBackColorChanged
Occurs when the value of the BackColor property changes.
(Inherited from ToolStripItem.)
Public eventBindingContextChanged
Fired when BindingContextChanged of ComboBox occures
Public eventClick
Occurs when the ToolStripItem is clicked.
(Inherited from ToolStripItem.)
Public eventDisplayStyleChanged
This event is not relevant to this class.
(Inherited from ToolStripControlHost.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public eventDoubleClick
This event is not relevant to this class.
(Inherited from ToolStripComboBox.)
Public eventDragDrop
Occurs when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into this item.
(Inherited from ToolStripItem.)
Public eventDragEnter
Occurs when the user drags an item into the client area of this item.
(Inherited from ToolStripItem.)
Public eventDragLeave
Occurs when the user drags an item and the mouse pointer is no longer over the client area of this item.
(Inherited from ToolStripItem.)
Public eventDragOver
Occurs when the user drags an item over the client area of this item.
(Inherited from ToolStripItem.)
Public eventDropDown
Occurs when the drop-down portion of a ToolStripComboBox is shown.
(Inherited from ToolStripComboBox.)
Public eventDropDownClosed
Occurs when the drop-down portion of the ToolStripComboBox has closed.
(Inherited from ToolStripComboBox.)
Public eventDropDownStyleChanged
Occurs when the DropDownStyle property has changed.
(Inherited from ToolStripComboBox.)
Public eventEnabledChanged
Occurs when the Enabled property value has changed.
(Inherited from ToolStripItem.)
Public eventEnter
Occurs when the hosted control is entered.
(Inherited from ToolStripControlHost.)
Public eventForeColorChanged
Occurs when the ForeColor property value changes.
(Inherited from ToolStripItem.)
Public eventGiveFeedback
Occurs during a drag operation.
(Inherited from ToolStripItem.)
Public eventGotFocus
Occurs when the hosted control receives focus.
(Inherited from ToolStripControlHost.)
Public eventKeyDown
Occurs when a key is pressed and held down while the hosted control has focus.
(Inherited from ToolStripControlHost.)
Public eventKeyPress
Occurs when a key is pressed while the hosted control has focus.
(Inherited from ToolStripControlHost.)
Public eventKeyUp
Occurs when a key is released while the hosted control has focus.
(Inherited from ToolStripControlHost.)
Public eventLeave
Occurs when the input focus leaves the hosted control.
(Inherited from ToolStripControlHost.)
Public eventLocationChanged
Occurs when the location of a ToolStripItem is updated.
(Inherited from ToolStripItem.)
Public eventLostFocus
Occurs when the hosted control loses focus.
(Inherited from ToolStripControlHost.)
Public eventMouseDown
Occurs when the mouse pointer is over the item and a mouse button is pressed.
(Inherited from ToolStripItem.)
Public eventMouseEnter
Occurs when the mouse pointer enters the item.
(Inherited from ToolStripItem.)
Public eventMouseHover
Occurs when the mouse pointer hovers over the item.
(Inherited from ToolStripItem.)
Public eventMouseLeave
Occurs when the mouse pointer leaves the item.
(Inherited from ToolStripItem.)
Public eventMouseMove
Occurs when the mouse pointer is moved over the item.
(Inherited from ToolStripItem.)
Public eventMouseUp
Occurs when the mouse pointer is over the item and a mouse button is released.
(Inherited from ToolStripItem.)
Public eventOwnerChanged
Occurs when the Owner property changes.
(Inherited from ToolStripItem.)
Public eventPaint
Occurs when the item is redrawn.
(Inherited from ToolStripItem.)
Public eventQueryAccessibilityHelp
Occurs when an accessibility client application invokes help for the ToolStripItem.
(Inherited from ToolStripItem.)
Public eventQueryContinueDrag
Occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from ToolStripItem.)
Public eventRightToLeftChanged
Occurs when the RightToLeft property value changes.
(Inherited from ToolStripItem.)
Public eventSelectedIndexChanged
Occurs when the value of the SelectedIndex property has changed.
(Inherited from ToolStripComboBox.)
Public eventTextChanged
Occurs when the value of the Text property changes.
(Inherited from ToolStripItem.)
Public eventTextUpdate
Occurs when the ToolStripComboBox text has changed.
(Inherited from ToolStripComboBox.)
Public eventValidated
Occurs after the hosted control has been successfully validated.
(Inherited from ToolStripControlHost.)
Public eventValidating
Occurs while the hosted control is validating.
(Inherited from ToolStripControlHost.)
Public eventVisibleChanged
Occurs when the value of the Visible property changes.
(Inherited from ToolStripItem.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIDropTarget..::..OnDragDrop
Raises the DragDrop event.
(Inherited from ToolStripItem.)
Explicit interface implemetationPrivate methodIDropTarget..::..OnDragEnter
Raises the DragEnter event.
(Inherited from ToolStripItem.)
Explicit interface implemetationPrivate methodIDropTarget..::..OnDragLeave
Raises the DragLeave event.
(Inherited from ToolStripItem.)
Explicit interface implemetationPrivate methodIDropTarget..::..OnDragOver
Raises the DragOver event.
(Inherited from ToolStripItem.)

See Also