Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.91 KB

File metadata and controls

14 lines (9 loc) · 1.91 KB

Graphical Panel Controls: Panel Button

A Panel Button control allows one graphical panel to launch another panel under user control. This can be handy for creating complex setups with multiple panels, or for providing access to secondary controls that are only needed under certain circumstances.

Figure 1: An example of a Panel Button control being used to open a floating panel.

Table 1 lists the properties specific to a Panel Button control. A list of common properties can be found under Common Control Properties.

Table 1: Panel Button Control Properties

Property Function and Options
Panel

Selects the name of the panel to be opened when the button is pressed.

To open multiple panels with the same button, separate their names with vertical bar ("pipe") characters ("

CloseAllExcept

Allows floating panels other than the one(s) linked to the button to be automatically closed when the button is pressed:

  • 0-No: Other floating panels are left open.
  • 1-Yes: Other floating panels are closed when the button is pressed.