SubMenuStyleCollection.Add Method
.NET Framework 3.0
Adds a submenu style to the SubMenuStyleCollection collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int Add ( SubMenuStyle style )
public function Add ( style : SubMenuStyle ) : int
Not applicable.
Parameters
- style
The SubMenuStyle instance to add to the collection.
Return Value
The position in the collection at which the SubMenuStyle instance was inserted.The OnInsert and OnValidate methods are called before the SubMenuStyle instance is added to the collection, and the OnInsertComplete method is called after the SubMenuStyle instance is added.
Community Additions
ADD
Show: