Toolbar_NumOnPanel
- Updated2023-02-21
- 1 minute(s) read
int Toolbar_NumOnPanel (int panel, int includeHidden);
Purpose
Returns the number of toolbars docked on a given panel. Optionally, this function includes toolbars that are currently hidden. If you pass 0 for panel, this function returns the number of floating toolbars.
Parameters
| Input | ||
| Name | Type | Description |
| panel | int | The handle of the panel on which the toolbars will be counted. |
| includeHidden | int | If nonzero, hidden toolbars will be included in the count. |
Return Value
| Name | Type | Description |
| status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |
Additional Information
Library: Toolbar
Include file: custctrl\toolbar.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later