This topic has not yet been rated - Rate this topic

StatusStripArray Events

The StatusStripArray type exposes the following members.

  NameDescription
Public event AutoSizeChanged Occurs when the value of the AutoSize property changes.
Public event BackColorChanged Occurs when the value of the BackColor property changes.
Public event BackgroundImageChanged Occurs when the value of the BackgroundImage property changes.
Public event BackgroundImageLayoutChanged Occurs when the value of the BackgroundImageLayout property changes.
Public event BeginDrag Occurs when the user begins to drag the StatusStrip control.
Public event BindingContextChanged Occurs when the value of the BindingContext property changes.
Public event ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change.
Public event Click Occurs when a StatusStrip in a StatusStripArray is clicked.
Public event ClientSizeChanged Occurs when the value of the ClientSize property changes.
Public event ContextMenuChanged Occurs when the value of the ContextMenu property changes.
Public event ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes.
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public event DockChanged Occurs when the value of the Dock property changes.
Public event DoubleClick Occurs when a StatusStrip control in a StatusStripArray is double-clicked.
Public event DragDrop Occurs when a drag-and-drop operation is completed.
Public event DragEnter Occurs when an object is dragged into the control's bounds.
Public event DragLeave Occurs when an object is dragged out of the control's bounds.
Public event DragOver Occurs when an object is dragged over the control's bounds.
Public event EnabledChanged Occurs when the value of the Enabled property changes.
Public event EndDrag Occurs when the user stops dragging the StatusStrip control.
Public event Enter Occurs when the control is entered.
Public event FontChanged Occurs when the value of the Font property changes.
Public event GiveFeedback Occurs during a drag operation.
Public event HelpRequested Occurs when the user requests help for a control.
Public event ImeModeChanged Occurs when the value of the ImeMode property changes.
Public event ItemAdded Occurs when a new ToolStripItem is added to the ToolStripItemCollection.
Public event ItemClicked Occurs when the ToolStripItem is clicked.
Public event ItemRemoved Occurs when a ToolStripItem is removed from the ToolStripItemCollection.
Public event KeyDown Occurs when a key is pressed and the control has focus.
Public event KeyPress Occurs when a key is pressed and the control has focus.
Public event KeyUp Occurs when a key is released and the control has focus.
Public event Layout Occurs when a control should reposition its child controls.
Public event LayoutCompleted Occurs when the layout of the StatusStrip is complete.
Public event LayoutStyleChanged Occurs when the value of the LayoutStyle property changes.
Public event Leave Occurs when the input focus leaves the control.
Public event LocationChanged Occurs when the value of the Location property changes.
Public event MarginChanged Occurs when the value of the Margin property changes.
Public event MouseCaptureChanged Occurs when the control loses or gains mouse capture.
Public event MouseClick Occurs when the control is clicked by the mouse.
Public event MouseDoubleClick Occurs when the control is double-clicked by the mouse.
Public event MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed.
Public event MouseEnter Occurs when the mouse pointer enters the control.
Public event MouseHover Occurs when the mouse pointer rests on the control.
Public event MouseLeave Occurs when the mouse pointer leaves the control.
Public event MouseMove Occurs when the mouse pointer is moved over the control.
Public event MouseUp Occurs when the mouse pointer is over the control and a mouse button is released.
Public event Move Occurs when the control is moved.
Public event Paint Occurs when the control is redrawn.
Public event PaintGrip Occurs when the StatusStrip move handle is painted.
Public event ParentChanged Occurs when the control's Parent property changes.
Public event QueryAccessibilityHelp Occurs when an AccessibleObject is providing Help to accessibility applications.
Public event QueryContinueDrag Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
Public event RegionChanged Occurs when the value of the Region property changes.
Public event Resize Occurs when the control is resized.
Public event RightToLeftChanged Occurs when the RightToLeftChanged property value changes.
Public event Scroll Occurs when the user or code scrolls through the client area.
Public event SizeChanged Occurs when the Size property value changes.
Public event StyleChanged Occurs when the control style changes.
Public event SystemColorsChanged Occurs when the system colors change.
Public event TabIndexChanged Occurs when the TabIndex property value changes.
Public event TabStopChanged Occurs when the TabStop property value changes.
Public event TextChanged Occurs when the Text property value changes.
Public event Validated Occurs when the control is finished validating.
Public event Validating Occurs when the control is validating.
Public event VisibleChanged Occurs when the Visible property value changes.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.