This documentation is archived and is not being maintained.
MenuItemStyleCollection Properties
Visual Studio 2008
The MenuItemStyleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
Item | Gets the MenuItemStyle object at the specified index from the collection. |
| Name | Description | |
|---|---|---|
|
ICollection::Count | Infrastructure. Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
|
IList::IsFixedSize | Infrastructure. Gets a value indicating whether the StateManagedCollection collection has a fixed size. This method returns false in all cases. (Inherited from StateManagedCollection.) |
|
IList::IsReadOnly | Infrastructure. Gets a value indicating whether the StateManagedCollection collection is read-only. (Inherited from StateManagedCollection.) |
|
ICollection::IsSynchronized | Infrastructure. Gets a value indicating whether the StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases. (Inherited from StateManagedCollection.) |
|
IStateManager::IsTrackingViewState | Gets a value indicating whether the StateManagedCollection collection is saving changes to its view state. (Inherited from StateManagedCollection.) |
|
IList::Item | Infrastructure. Gets the IStateManager element at the specified index. (Inherited from StateManagedCollection.) |
|
ICollection::SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the StateManagedCollection collection. This method returns nullptr in all cases. (Inherited from StateManagedCollection.) |
Show: