#include "LtTLB.h"
L_LTTLB_API L_INT L_TBSetVisible (pToolbar, fVisible)
Sets the toolbar visibility.
Pointer to a toolbar handle.
Flag that indicates whether to show or hide the toolbar. Possible values are:
Value | Meaning |
---|---|
TRUE | Show the toolbar. |
FALSE | Hide the toolbar. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes |
To determine the current toolbar visibility status, call L_TBIsVisible.
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.