LDialogBase::EnableToolbar

Summary

Enables or disables the displaying of the toolbar in the dialogs.

Syntax

#include "ltwrappr.h"

L_BOOL LDialogBase::EnableToolbar(bEnableToolbar=TRUE)

Parameters

L_BOOL bEnableToolbar

Flag that indicates whether to display the toolbar in the dialogs. Possible values are:

Value Meaning
TRUE Display the toolbar.
FALSE Do not display the toolbar.

Returns

The previous state for EnableToolbar.

Comments

Only dialogs that support displaying the toolbar are affected by this function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LDialogBase::IsToolbarEnabled.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.