LVectorDialog::EnableAutoProcess

#include "ltwrappr.h"

L_BOOL LVectorDialog::EnableAutoProcess(bAuto=TRUE)

L_BOOL bAuto;

/* flag that indicates whether to enable auto processing */

Enables or disables auto processing.

Parameter

Description

bAuto

Flag that indicates whether to enable auto processing. Possible values are:

 

Value

Meaning

 

TRUE

Enable auto processing.

 

FALSE

Disable auto processing.

Returns

The previous state of EnableAutoProcess.

Comments

If auto-processing is enabled, the dialog will attempt to process the LVectorBase object associated with it when you display a dialog that supports auto-processing.

Before auto-processing can be performed by a dialog other than FileOpen, the class object must have a valid LVectorBase object associated with it. See LVectorDialog::SetVector for more information.

Required DLLs and Libraries

LVKRN
LVDLG
LTFIL

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::LVectorDialog, Class Members

Topics:

Vector Images: Viewing a Vector Image

 

Vector Common Dialogs

Example

For an example, refer to LVectorDialog::DoModalVectorRotate.