Click or drag to resize
StatusStripUpdateDisplay Events

The StatusStripUpdateDisplay type exposes the following members.

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 eventClick
Occurs when the ToolStripItem is clicked.
(Inherited from ToolStripItem.)
Public eventDisplayStyleChanged
Occurs when the DisplayStyle has changed.
(Inherited from ToolStripItem.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDoubleClick
Occurs when the item is double-clicked with the mouse.
(Inherited from ToolStripItem.)
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 eventDropDownClosed
Occurs when the ToolStripDropDown closes.
(Inherited from ToolStripDropDownItem.)
Public eventDropDownItemClicked
Occurs when the ToolStripDropDown is clicked.
(Inherited from ToolStripDropDownItem.)
Public eventDropDownOpened
Occurs when the ToolStripDropDown has opened.
(Inherited from ToolStripDropDownItem.)
Public eventDropDownOpening
Occurs as the ToolStripDropDown is opening.
(Inherited from ToolStripDropDownItem.)
Public eventEnabledChanged
Occurs when the Enabled property value has changed.
(Inherited from ToolStripItem.)
Public eventForeColorChanged
Occurs when the ForeColor property value changes.
(Inherited from ToolStripItem.)
Public eventGiveFeedback
Occurs during a drag operation.
(Inherited from ToolStripItem.)
Public eventLocationChanged
Occurs when the location of a ToolStripItem is updated.
(Inherited from ToolStripItem.)
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 eventTextChanged
Occurs when the value of the Text property changes.
(Inherited from ToolStripItem.)
Public eventUpdateReady
Raised when an update has been downloaded and is ready to be applied.
Public eventVisibleChanged
Occurs when the value of the Visible property changes.
(Inherited from ToolStripItem.)
Top
See Also