Share

ToolPanel Constructor

Overload List

Method Description
ToolPanel.ToolPanel (MenuGroup)This constructor assigns a default name to the new toolPanel starting with "ToolPanel1" and incrementing until a unique name is... more
ToolPanel.ToolPanel (MenuGroup, bool)This constructor allows for flyout additions.
ToolPanel.ToolPanel (string, MenuGroup)This constructor sets a parent and names the tool panel.
ToolPanel.ToolPanel (string, string, string, MenuGroup)This constructor defines the tool panel.
ToolPanel.ToolPanel (ToolPanel, MenuGroup, int)This is a copy constructor which sets the parent and array index.

Was this information helpful?