Remove |
Scroll |
Removes the TheMenu item with the specified index from the current menu.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ nIndex As Integer _ ) C# public virtual void Remove ( int nIndex )
ParametersnIndex Zero-based index of the item to be removed from the list.
Return ValueNone. |
|