Insert.1 |
Scroll |
Inserts the specified TheMenu at the specified position in the current menu.
Namespace: Therefore.API
Visual Basic Public Overridable Function Insert ( _ nIndex As Integer, _ pMenu As TheMenu _ ) C# public virtual void Insert ( int nIndex, TheMenu pMenu )
ParametersnIndex Zero-based index at which to insert the menu. pMenu TheMenu object to be added.
Return ValueNone. |
Adding Nothing If Nothing (VB), null (C#) or their equivalent in another language is used as parameter for this method, the method call is ignored. No null-entry is added to the list, the size remains the same and no exception is thrown. |