C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class / RemoveAt Method
An index that indicates which submenu to remove.

In This Topic
RemoveAt Method (C1MenuItemCollection)
In This Topic
Removes item from list by index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 

Parameters

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