MenuItemStyleCollection.Item Property
.NET Framework 3.0
Gets the MenuItemStyle object at the specified index from the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property MenuItemStyle^ default [int] { MenuItemStyle^ get (int i); void set (int i, MenuItemStyle^ value); }
/** @property */ public MenuItemStyle get_Item (int i) /** @property */ public void set_Item (int i, MenuItemStyle value)
Not applicable.
Parameters
- i
The zero-based index of the MenuItemStyle to retrieve.
Property Value
The MenuItemStyle at the specified index in the collection.Community Additions
ADD
Show: