SubMenuStyleCollection.Insert Method
Assembly: System.Web (in system.web.dll)
public void Insert ( int index, SubMenuStyle style )
public function Insert ( index : int, style : SubMenuStyle )
Parameters
- index
The zero-based index at which the SubMenuStyle object should be inserted.
- style
The SubMenuStyle object to insert into the SubMenuStyleCollection collection.
If index is -1, style is inserted at the beginning of the SubMenuStyleCollection collection. If index equals the number of items in the collection, style is appended to the end of the SubMenuStyleCollection collection.
The OnValidate method is called to validate the style parameter before it is added to the collection. The OnInsert method is called before the SubMenuStyle object is inserted into the collection, and the OnInsertComplete method is called after the object is inserted.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.