Toolbar_Display
- Updated2023-02-21
- 1 minute(s) read
int Toolbar_Display (ToolbarType toolbar);
Purpose
Displays the toolbar. If the toolbar's parent panel is not visible, the toolbar will not be displayed until the parent is displayed.
Parameters
| Input | ||
| Name | Type | Description |
| toolbar | ToolbarType | The specifier for the toolbar to display. Obtain this handle from the Toolbar_New or Toolbar_Duplicate functions. |
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 4.0 and later
