# 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.](/files/VN1hJGawL6cpE68KgHI5)

Table 1 lists the properties specific to a Panel Button control. A list of common properties can be found under [Common Control Properties](/vspy-3-documentation/3.9.12/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-common-control-properties.md).

**Table 1: Panel Button Control Properties**

| Property       | Function and Options                                                                                                                                                                                                                                                                                      |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Panel          | <p>Selects the name of the panel to be opened when the button is pressed.<br><br>To open multiple panels with the same button, separate their names with vertical bar ("pipe") characters ("</p>                                                                                                          |
| CloseAllExcept | <p>Allows floating panels other than the one(s) linked to the button to be automatically closed when the button is pressed:</p><ul><li><strong>0-No:</strong> Other floating panels are left open.</li><li><strong>1-Yes:</strong> Other floating panels are closed when the button is pressed.</li></ul> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/3.9.12/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-panel-button.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
