LVectorDialog::EnableHelp
#include "ltwrappr.h"
L_BOOL LVectorDialog::EnableHelp(bHelpEnabled = TRUE)
L_BOOL bHelpEnabled; |
/* flag for enabling help support */ |
Enables or disables the help support in the vector common dialogs.
Parameter |
Description |
|
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
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
LVKRN 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: |
LVectorDialog::IsHelpEnabled, LVectorDialog::VectorHelpCallback |
Topics: |
|
|
Example
For an example, refer to LVectorDialog::VectorHelpCallback.