Adds a submenu style to the System.Web.UI.WebControls.SubMenuStyleCollection collection.
- style
- The System.Web.UI.WebControls.SubMenuStyle instance to add to the collection.
The position in the collection at which the System.Web.UI.WebControls.SubMenuStyle instance was inserted.
The SubMenuStyleCollection.OnInsert(int, object) and System.Web.UI.StateManagedCollection.OnValidate(object) methods are called before the System.Web.UI.WebControls.SubMenuStyle instance is added to the collection, and the System.Web.UI.StateManagedCollection.OnInsertComplete(int, object) method is called after the System.Web.UI.WebControls.SubMenuStyle instance is added.