SubMenuStyleCollection.OnInsert Method
.NET Framework 3.0
Called before the Add and Insert methods.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnInsert ( int index, Object value )
protected override function OnInsert ( index : int, value : Object )
Not applicable.
Parameters
- index
The zero-based index at which value should be inserted.
- value
The object to insert into the SubMenuStyleCollection collection.
| Exception type | Condition |
|---|---|
| value is not of type SubMenuStyle. |
Community Additions
ADD
Show: