LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DesignToolStripStatusLabel Class Events
See Also 
Leadtools.Medical.Workstation.UI Namespace : DesignToolStripStatusLabel Class


"

For a list of all members of this type, see DesignToolStripStatusLabel members.

"

Public Events

 NameDescription
public Event AvailableChangedOccurs when the value of the System.Windows.Forms.ToolStripItem.Available property changes. (Inherited from System.Windows.Forms.ToolStripItem)
public Event BackColorChangedOccurs when the value of the System.Windows.Forms.ToolStripItem.BackColor property changes. (Inherited from System.Windows.Forms.ToolStripItem)
public Event ClickOccurs when the System.Windows.Forms.ToolStripItem is clicked. (Inherited from System.Windows.Forms.ToolStripItem)
public Event DisplayStyleChangedOccurs when the System.Windows.Forms.ToolStripItem.DisplayStyle has changed. (Inherited from System.Windows.Forms.ToolStripItem)
public Event DisposedOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
public Event DoubleClickOccurs when the item is double-clicked with the mouse. (Inherited from System.Windows.Forms.ToolStripItem)
public Event DragDropOccurs 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 System.Windows.Forms.ToolStripItem)
public Event DragEnterOccurs when the user drags an item into the client area of this item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event DragLeaveOccurs when the user drags an item and the mouse pointer is no longer over the client area of this item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event DragOverOccurs when the user drags an item over the client area of this item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event EnabledChangedOccurs when the System.Windows.Forms.ToolStripItem.Enabled property value has changed. (Inherited from System.Windows.Forms.ToolStripItem)
public Event ForeColorChangedOccurs when the System.Windows.Forms.ToolStripItem.ForeColor property value changes. (Inherited from System.Windows.Forms.ToolStripItem)
public Event GiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.ToolStripItem)
public Event LocationChangedOccurs when the location of a System.Windows.Forms.ToolStripItem is updated. (Inherited from System.Windows.Forms.ToolStripItem)
public Event MouseDownOccurs when the mouse pointer is over the item and a mouse button is pressed. (Inherited from System.Windows.Forms.ToolStripItem)
public Event MouseEnterOccurs when the mouse pointer enters the item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event MouseHoverOccurs when the mouse pointer hovers over the item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event MouseLeaveOccurs when the mouse pointer leaves the item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event MouseMoveOccurs when the mouse pointer is moved over the item. (Inherited from System.Windows.Forms.ToolStripItem)
public Event MouseUpOccurs when the mouse pointer is over the item and a mouse button is released. (Inherited from System.Windows.Forms.ToolStripItem)
public Event OwnerChangedOccurs when the System.Windows.Forms.ToolStripItem.Owner property changes. (Inherited from System.Windows.Forms.ToolStripItem)
public Event PaintOccurs when the item is redrawn. (Inherited from System.Windows.Forms.ToolStripItem)
public Event QueryAccessibilityHelpOccurs when an accessibility client application invokes help for the System.Windows.Forms.ToolStripItem. (Inherited from System.Windows.Forms.ToolStripItem)
public Event QueryContinueDragOccurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.ToolStripItem)
public Event RightToLeftChangedOccurs when the System.Windows.Forms.ToolStripItem.RightToLeft property value changes. (Inherited from System.Windows.Forms.ToolStripItem)
public Event TextChangedOccurs when the value of the System.Windows.Forms.ToolStripItem.Text property changes. (Inherited from System.Windows.Forms.ToolStripItem)
public Event VisibleChangedOccurs when the value of the System.Windows.Forms.ToolStripItem.Visible property changes. (Inherited from System.Windows.Forms.ToolStripItem)
Top

See Also