KeepFrameState property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool KeepFrameState

Delphi Syntax

KeepFrameState: Boolean

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates the state of the frame bitmap in the AddFrame dialog box.

Value

Meaning

TRUE

Keep the state of the frame bitmap and operate on a copy of the frame bitmap.

FALSE

Work on the original frame bitmap so this bitmap may be resized during the AddFrame method.

This flag is only used as an input and only when DLG_ADDFRAME_AUTOPROCESS is set in the DlgFlags property before calling the ShowAddFrameDlg method.

See Also

Elements:

ShowAddFrameDlg method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events