#include "ltwrappr.h"
L_INT LToolbar::SetVisible(bVisible)
L_BOOL bVisible; |
visibility flag |
Sets the toolbar window visibility.
Parameter | Description | |
bVisible | Flag that indicates whether to show or hide the toolbar. Possible values are: | |
Value | Meaning | |
TRUE | Show the toolbar. | |
FALSE | Hide the toolbar. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
To determine the current toolbar visibility status, call LToolbar::IsVisible.
Required DLLs and Libraries
LTTLB
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.