#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. |
TRUE |
Help support was enabled. |
FALSE |
Help support was disabled. |
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. |
Functions: |
LVectorDialog::IsHelpEnabled, LVectorDialog::VectorHelpCallback |
Topics: |
|
|
For an example, refer to LVectorDialog::VectorHelpCallback.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET