LDialogBase::IsAutoProcessEnabled
#include "ltwrappr.h"
L_BOOL LDialogBase::IsAutoProcessEnabled(L_VOID) const
Determines whether auto processing is enabled or not.
Returns
TRUE |
Auto processing is enabled. |
FALSE |
Auto processing is disabled. |
Required DLLs and Libraries
LTDLGKRN 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: |
LDialogBase::LDialogBase, LDialogBase::EnableAutoProcess, Class Members |
Topics: |
Example
For an example, refer to LDialogBase::EnableAutoProcess.