Share

ScreenMenu Constructor

Overload List

Method Description
ScreenMenu.ScreenMenu (MenuGroup)This constructor sets a parent.
ScreenMenu.ScreenMenu (MenuGroup, string) This constructor for ScreenMenu sets the parent and name properties of the screen menu.
ScreenMenu.ScreenMenu (MenuGroup, string, string, StringCollection, int, bool)This constructor for ScreenMenu sets the parent and name properties of the screen menu. It also sets a description, aliases,... more
ScreenMenu.ScreenMenu (MenuGroup, string, StringCollection, int, bool)This constructor for ScreenMenu sets the parent and name properties of the screen menu. It also sets aliases and start... more
ScreenMenu.ScreenMenu (ScreenMenu, MenuGroup)Creates a screen menu based on the data from another screen menu.
ScreenMenu.ScreenMenu (ScreenMenu, MenuGroup, int)Creates a screen menu based on the data from another screen menu. It also places it within an index.

Was this information helpful?