AddRange |
Scroll |
Copies all TheMenu objects from the specified TheMenu to this one.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pMenu As TheMenu _ ) C# public virtual void AddRange ( TheMenu pMenu )
ParameterspMenu TheMenu from which to copy all sub items.
Return ValueNone. |
|