#include "ltwrappr.h"
L_INT LToolbar::SetVisible(bVisible)
Sets the toolbar window visibility.
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 LToolbar::IsVisible.
Required DLLs and Libraries