Menu::MenuItemCollection Properties

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets a value indicating the total number of MenuItem objects in the collection.

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the collection is read-only.

System_CAPS_pubpropertyItem[Int32]

Retrieves the MenuItem at the specified indexed location in the collection.

System_CAPS_pubpropertyItem[String^]

Gets an item with the specified key from the collection.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::IsSynchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::SyncRoot.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IList::IsFixedSize.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IList::Item.

Return to top
Show: