StatusStripArray Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Provides a control array of StatusStrip controls
Assembly: Microsoft.VisualBasic.Compatibility (in Microsoft.VisualBasic.Compatibility.dll)
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray
Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray
Name | Description | |
---|---|---|
![]() | StatusStripArray() | Initializes a new instance of the StatusStripArray class. |
![]() | StatusStripArray(IContainer) | Initializes a new instance of the StatusStripArray class, specifying its container. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | DesignMode | |
![]() | Events | |
![]() | Item[Int16] | Gets a specific element of a StatusStripArray by index. Read-only. |
![]() | Site |
Name | Description | |
---|---|---|
![]() | BaseCanExtend(Object) | Gets a value that indicates whether a control is a member of a control array.(Inherited from BaseControlArray.) |
![]() | BaseGetIndex(Object) | Gets the index of a control in a control array.(Inherited from BaseControlArray.) |
![]() | BaseGetItem(Int16) | Gets the control for a specified index in a control array.(Inherited from BaseControlArray.) |
![]() | BaseResetIndex(Object) | Not supported in the BaseControlArray class.(Inherited from BaseControlArray.) |
![]() | BaseSetIndex(Object, Int16, Boolean) | Sets the index for a control in a control array.(Inherited from BaseControlArray.) |
![]() | BaseShouldSerializeIndex(Object) | Returns a value that indicates whether a control is a member of a control array. (Inherited from BaseControlArray.) |
![]() | CanExtend(Object) | Gets a value that determines whether a control is a member of a StatusStripArray. |
![]() | Count() | Returns the number of controls in a control array.(Inherited from BaseControlArray.) |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by a control in a control array and optionally releases the managed resources.(Inherited from BaseControlArray.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetControlInstanceType() | This API supports the product infrastructure and is not intended to be used directly from your code. Overrides GetControlInstanceType.(Overrides BaseControlArray.GetControlInstanceType().) |
![]() | GetEnumerator() | Returns a reference to an enumerator object, which is used to iterate over a control array.(Inherited from BaseControlArray.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIndex(StatusStrip) | Gets the index of a StatusStrip in a StatusStripArray. |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type) | |
![]() | GetType() | |
![]() | HookUpControlEvents(Object) | This API supports the product infrastructure and is not intended to be used directly from your code. Overrides HookUpControlEvents.(Overrides BaseControlArray.HookUpControlEvents(Object).) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | LBound() | Returns a Short that contains the smallest available subscript for a control array.(Inherited from BaseControlArray.) |
![]() | Load(Int16) | Creates a new element in a control array.(Inherited from BaseControlArray.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | ResetIndex(StatusStrip) | The ResetIndex method is not supported in the StatusStripArray class. |
![]() | SetIndex(StatusStrip, Int16) | Sets the index of the initial StatusStrip in a StatusStripArray. |
![]() | ShouldSerializeIndex(StatusStrip) | Returns a value that indicates whether a StatusStrip is a member of this StatusStripArray. |
![]() | ToString() | |
![]() | UBound() | Returns a Short that contains the largest available subscript for a control array.(Inherited from BaseControlArray.) |
![]() | Unload(Int16) | Removes a control from a control array.(Inherited from BaseControlArray.) |
Name | Description | |
---|---|---|
![]() | components | Stores the container for a control array.(Inherited from BaseControlArray.) |
![]() | controlAddedAtDesignTime | Stores values to track whether a control in a control array was created at design time or at run time.(Inherited from BaseControlArray.) |
![]() | controls | Stores values that represent the controls in a control array.(Inherited from BaseControlArray.) |
![]() | fIsEndInitCalled | Stores a value indicating whether the initialization code for a control array's container has finished executing.(Inherited from BaseControlArray.) |
![]() | indices | Stores the indices for a control array.(Inherited from BaseControlArray.) |
Name | Description | |
---|---|---|
![]() | AutoSizeChanged | Occurs when the value of the AutoSize property changes. |
![]() | BackColorChanged | Occurs when the value of the BackColor property changes. |
![]() | BackgroundImageChanged | Occurs when the value of the BackgroundImage property changes. |
![]() | BackgroundImageLayoutChanged | Occurs when the value of the BackgroundImageLayout property changes. |
![]() | BeginDrag | Occurs when the user begins to drag the StatusStrip control. |
![]() | BindingContextChanged | Occurs when the value of the BindingContext property changes. |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. |
![]() | Click | Occurs when a StatusStrip in a StatusStripArray is clicked. |
![]() | ClientSizeChanged | Occurs when the value of the ClientSize property changes. |
![]() | ContextMenuChanged | Occurs when the value of the ContextMenu property changes. |
![]() | ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. |
![]() | Disposed | |
![]() | DockChanged | Occurs when the value of the Dock property changes. |
![]() | DoubleClick | Occurs when a StatusStrip control in a StatusStripArray is double-clicked. |
![]() | DragDrop | Occurs when a drag-and-drop operation is completed. |
![]() | DragEnter | Occurs when an object is dragged into the control's bounds. |
![]() | DragLeave | Occurs when an object is dragged out of the control's bounds. |
![]() | DragOver | Occurs when an object is dragged over the control's bounds. |
![]() | EnabledChanged | Occurs when the value of the Enabled property changes. |
![]() | EndDrag | Occurs when the user stops dragging the StatusStrip control. |
![]() | Enter | Occurs when the control is entered. |
![]() | FontChanged | Occurs when the value of the Font property changes. |
![]() | GiveFeedback | Occurs during a drag operation. |
![]() | HelpRequested | Occurs when the user requests help for a control. |
![]() | ImeModeChanged | Occurs when the value of the ImeMode property changes. |
![]() | ItemAdded | Occurs when a new ToolStripItem is added to the ToolStripItemCollection. |
![]() | ItemClicked | Occurs when the ToolStripItem is clicked. |
![]() | ItemRemoved | Occurs when a ToolStripItem is removed from the ToolStripItemCollection. |
![]() | KeyDown | Occurs when a key is pressed and the control has focus. |
![]() | KeyPress | Occurs when a key is pressed and the control has focus. |
![]() | KeyUp | Occurs when a key is released and the control has focus. |
![]() | Layout | Occurs when a control should reposition its child controls. |
![]() | LayoutCompleted | Occurs when the layout of the StatusStrip is complete. |
![]() | LayoutStyleChanged | Occurs when the value of the LayoutStyle property changes. |
![]() | Leave | Occurs when the input focus leaves the control. |
![]() | LocationChanged | Occurs when the value of the Location property changes. |
![]() | MarginChanged | Occurs when the value of the Margin property changes. |
![]() | MouseCaptureChanged | Occurs when the control loses or gains mouse capture. |
![]() | MouseClick | Occurs when the control is clicked by the mouse. |
![]() | MouseDoubleClick | Occurs when the control is double-clicked by the mouse. |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
![]() | MouseEnter | Occurs when the mouse pointer enters the control. |
![]() | MouseHover | Occurs when the mouse pointer rests on the control. |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control. |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control. |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. |
![]() | Move | Occurs when the control is moved. |
![]() | Paint | Occurs when the control is redrawn. |
![]() | PaintGrip | Occurs when the StatusStrip move handle is painted. |
![]() | ParentChanged | Occurs when the control's Parent property changes. |
![]() | QueryAccessibilityHelp | Occurs when an AccessibleObject is providing Help to accessibility applications. |
![]() | QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. |
![]() | RegionChanged | Occurs when the value of the Region property changes. |
![]() | Resize | Occurs when the control is resized. |
![]() | RightToLeftChanged | Occurs when the RightToLeftChanged property value changes. |
![]() | Scroll | Occurs when the user or code scrolls through the client area. |
![]() | SizeChanged | Occurs when the Size property value changes. |
![]() | StyleChanged | Occurs when the control style changes. |
![]() | SystemColorsChanged | Occurs when the system colors change. |
![]() | TabIndexChanged | Occurs when the TabIndex property value changes. |
![]() | TabStopChanged | Occurs when the TabStop property value changes. |
![]() | TextChanged | Occurs when the Text property value changes. |
![]() | Validated | Occurs when the control is finished validating. |
![]() | Validating | Occurs when the control is validating. |
![]() | VisibleChanged | Occurs when the Visible property value changes. |
Name | Description | |
---|---|---|
![]() ![]() | ISupportInitialize.BeginInit() | Begins the initialization of the control. (Inherited from BaseControlArray.) |
![]() ![]() | ISupportInitialize.EndInit() | Ends the initialization of a control.(Inherited from BaseControlArray.) |
The StatusStripArray class provides an equivalent for the run-time functionality of a Visual Basic 6.0 StatusBar control array. It does not provide the design-time features of a Visual Basic 6.0 control array.
![]() |
---|
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.