LVectorDialog::EnableHelp

Summary

Enables or disables the help support in the vector common dialogs.

Syntax

#include "ltwrappr.h"

L_BOOL LVectorDialog::EnableHelp(bHelpEnabled = TRUE)

Parameters

L_BOOL bHelpEnabled

Flag that indicates whether to activate the help support. Possible values are:

Value Meaning
TRUE Enable the help support.
FALSE Disable the help support.

Returns

Value Meaning
TRUE Help support was enabled.
FALSE Help support was disabled.

Comments

If the help is enabled, the callback function LVectorDialog::VectorHelpCallback will be called every time the end-user requests help about one of the vector dialogs by using either the context-sensitive help or by pressing the help button.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorDialog::VectorHelpCallback.

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

LEADTOOLS Vector C++ Class Library Help

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