MenuItemArray Class
Note: This API is now obsolete.
Provides a control array of MenuItem controls.
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.VisualBasic.Compatibility.VB6::BaseControlArray
Microsoft.VisualBasic.Compatibility.VB6::MenuItemArray
Assembly: Microsoft.VisualBasic.Compatibility (in Microsoft.VisualBasic.Compatibility.dll)
The MenuItemArray type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MenuItemArray() | Initializes a new instance of the MenuItemArray class. |
![]() | MenuItemArray(IContainer) | Initializes a new instance of the MenuItemArray 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 | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | Item | Gets a specific element of a MenuItemArray by index. Read-only. |
![]() | Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | BaseCanExtend | Gets a value that indicates whether a control is a member of a control array. (Inherited from BaseControlArray.) |
![]() | BaseGetIndex | Gets the index of a control in a control array. (Inherited from BaseControlArray.) |
![]() | BaseGetItem | Gets the control for a specified index in a control array. (Inherited from BaseControlArray.) |
![]() | BaseResetIndex | Not supported in the BaseControlArray class. (Inherited from BaseControlArray.) |
![]() | BaseSetIndex | Sets the index for a control in a control array. (Inherited from BaseControlArray.) |
![]() | BaseShouldSerializeIndex | Returns a value that indicates whether a control is a member of a control array. (Inherited from BaseControlArray.) |
![]() | CanExtend | Gets a value that determines whether a control is a member of a MenuItemArray. |
![]() | Count | Returns the number of controls in a control array. (Inherited from BaseControlArray.) |
![]() | CreateObjRef | 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() | Releases all resources used by the Component. (Inherited from Component.) |
![]() | 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 | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | GetControlInstanceType | Infrastructure. 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetIndex | Gets the index of a MenuItem in a MenuItemArray. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HookUpControlEvents | Infrastructure. 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 | Creates a new element in a control array. (Inherited from BaseControlArray.) |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | ResetIndex | The ResetIndex method is not supported in the MenuItemArray class. |
![]() | SetIndex | Sets the index of the initial MenuItem in a MenuItemArray. |
![]() | ShouldSerializeIndex | Returns a value that indicates whether a MenuItem is a member of this MenuItemArray. |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() | UBound | Returns a Short that contains the largest available subscript for a control array. (Inherited from BaseControlArray.) |
![]() | Unload | Removes a control from a control array. (Inherited from BaseControlArray.) |
| Name | Description | |
|---|---|---|
![]() | Click | Occurs when a MenuItem in a MenuItemArray is clicked. |
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | DrawItem | Occurs when a visual aspect of an owner-drawn MenuItem changes. |
![]() | MeasureItem | Occurs each time an owner-drawn MenuItem needs to be drawn. |
![]() | Popup | Occurs before a menu item's list of menu items is displayed. |
![]() | Select | Occurs when the user rests the mouse pointer over a menu item. |
| 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 | |
|---|---|---|
![]() ![]() | ISupportInitialize::BeginInit | Begins the initialization of the control. (Inherited from BaseControlArray.) |
![]() ![]() | ISupportInitialize::EndInit | Ends the initialization of a control. (Inherited from BaseControlArray.) |
The MenuItemArray class provides an equivalent for the run-time functionality of a Visual Basic 6.0 MenuItem array. It does not provide the design-time features of a Visual Basic 6.0 control array.
Note |
|---|
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 2010. 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
