LToolbar::SetVisible

#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.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

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.

See Also

Functions:

LToolbar::IsVisible, Class Members

Topics:

Getting and Setting Toolbar Characteristics

Example

For an example, refer to LToolbar::Create.