ToolStripComboBox Events
.NET Framework 4.5
The ToolStripComboBox type exposes the following members.
| Name | Description | |
|---|---|---|
|
AvailableChanged | Occurs when the value of the Available property changes. (Inherited from ToolStripItem.) |
|
BackColorChanged | Occurs when the value of the BackColor property changes. (Inherited from ToolStripItem.) |
|
Click | Occurs when the ToolStripItem is clicked. (Inherited from ToolStripItem.) |
|
DisplayStyleChanged | Infrastructure. This event is not relevant to this class. (Inherited from ToolStripControlHost.) |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
DoubleClick | Infrastructure. This event is not relevant to this class. |
|
DragDrop | 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.) |
|
DragEnter | Occurs when the user drags an item into the client area of this item. (Inherited from ToolStripItem.) |
|
DragLeave | Occurs when the user drags an item and the mouse pointer is no longer over the client area of this item. (Inherited from ToolStripItem.) |
|
DragOver | Occurs when the user drags an item over the client area of this item. (Inherited from ToolStripItem.) |
|
DropDown | Occurs when the drop-down portion of a ToolStripComboBox is shown. |
|
DropDownClosed | Occurs when the drop-down portion of the ToolStripComboBox has closed. |
|
DropDownStyleChanged | Occurs when the DropDownStyle property has changed. |
|
EnabledChanged | Occurs when the Enabled property value has changed. (Inherited from ToolStripItem.) |
|
Enter | Occurs when the hosted control is entered. (Inherited from ToolStripControlHost.) |
|
ForeColorChanged | Occurs when the ForeColor property value changes. (Inherited from ToolStripItem.) |
|
GiveFeedback | Occurs during a drag operation. (Inherited from ToolStripItem.) |
|
GotFocus | Occurs when the hosted control receives focus. (Inherited from ToolStripControlHost.) |
|
KeyDown | Occurs when a key is pressed and held down while the hosted control has focus. (Inherited from ToolStripControlHost.) |
|
KeyPress | Occurs when a key is pressed while the hosted control has focus. (Inherited from ToolStripControlHost.) |
|
KeyUp | Occurs when a key is released while the hosted control has focus. (Inherited from ToolStripControlHost.) |
|
Leave | Occurs when the input focus leaves the hosted control. (Inherited from ToolStripControlHost.) |
|
LocationChanged | Occurs when the location of a ToolStripItem is updated. (Inherited from ToolStripItem.) |
|
LostFocus | Occurs when the hosted control loses focus. (Inherited from ToolStripControlHost.) |
|
MouseDown | Occurs when the mouse pointer is over the item and a mouse button is pressed. (Inherited from ToolStripItem.) |
|
MouseEnter | Occurs when the mouse pointer enters the item. (Inherited from ToolStripItem.) |
|
MouseHover | Occurs when the mouse pointer hovers over the item. (Inherited from ToolStripItem.) |
|
MouseLeave | Occurs when the mouse pointer leaves the item. (Inherited from ToolStripItem.) |
|
MouseMove | Occurs when the mouse pointer is moved over the item. (Inherited from ToolStripItem.) |
|
MouseUp | Occurs when the mouse pointer is over the item and a mouse button is released. (Inherited from ToolStripItem.) |
|
OwnerChanged | Occurs when the Owner property changes. (Inherited from ToolStripItem.) |
|
Paint | Occurs when the item is redrawn. (Inherited from ToolStripItem.) |
|
QueryAccessibilityHelp | Occurs when an accessibility client application invokes help for the ToolStripItem. (Inherited from ToolStripItem.) |
|
QueryContinueDrag | 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.) |
|
RightToLeftChanged | Occurs when the RightToLeft property value changes. (Inherited from ToolStripItem.) |
|
SelectedIndexChanged | Occurs when the value of the SelectedIndex property has changed. |
|
TextChanged | Occurs when the value of the Text property changes. (Inherited from ToolStripItem.) |
|
TextUpdate | Occurs when the ToolStripComboBox text has changed. |
|
Validated | Occurs after the hosted control has been successfully validated. (Inherited from ToolStripControlHost.) |
|
Validating | Occurs while the hosted control is validating. (Inherited from ToolStripControlHost.) |
|
VisibleChanged | Occurs when the value of the Visible property changes. (Inherited from ToolStripItem.) |