LVectorDialog::EnableAutoProcess

Summary

Enables or disables auto processing.

Syntax

#include "ltwrappr.h"

L_BOOL LVectorDialog::EnableAutoProcess(bAuto=TRUE)

Parameters

L_BOOL 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

See Also

Functions

Topics

Example

For an example, refer to LVectorDialog::DoModalVectorRotate.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.