Add.1 |
Scroll |
Adds the specified TheMenu as a sub item of the current menu.
Namespace: Therefore.API
Visual Basic Public Overridable Function Add ( pMenu As TheMenu ) C# public virtual void Add ( TheMenu pMenu )
ParameterspMenu 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. |