Menu for ASP.NET Web Forms
RemoveAt Method (C1MenuItemCollection)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Menu Namespace > C1MenuItemCollection Class : RemoveAt Method
An index that indicates which submenu to remove.
Removes item from list by index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public new void RemoveAt( 
   System.int index
)

Parameters

index
An index that indicates which submenu to remove.
See Also

Reference

C1MenuItemCollection Class
C1MenuItemCollection Members