int Toolbar_RemoveDockPoint (int panel);
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.
| Input | ||
| Name | Type | Description |
| panel | integer | The handle for the panel that will no longer be a valid dock point. |
| Name | Type | Description |
| status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |