int Toolbar_Display (ToolbarType toolbar);
Displays the toolbar. If the toolbar's parent panel is not visible, the toolbar will not be displayed until the parent is displayed.
| Input | ||
| Name | Type | Description |
| toolbar | ToolbarType | The specifier for the toolbar to display. Obtain this handle from the Toolbar_New or Toolbar_Duplicate functions. |
| Name | Type | Description |
| status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |