Toolbar_RemoveDockPoint
- Updated2023-02-21
- 1 minute(s) read
int Toolbar_RemoveDockPoint (int panel);
Purpose
Causes the specified panel to no longer be a valid toolbar dock point.
When you call this function, any toolbars that are docked on the specified panel become undocked and floating.
Parameters
| Input | ||
| Name | Type | Description |
| panel | int | The handle for the panel that will no longer be a valid dock point. |
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