Menu.addSubmenu(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a submenu to the menu.
public:
virtual void addSubmenu(System::String ^ _name);
public virtual void addSubmenu (string _name);
abstract member addSubmenu : string -> unit
override this.addSubmenu : string -> unit
Public Overridable Sub addSubmenu (_name As String)
Parameters
- _name
- String
A string expression that evaluates to the name of the submenu to add to the menu.