UseMask property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool UseMask

Delphi Syntax

UseMask: Boolean

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates whether the "Use Mask" checkbox was checked in the AddFrame dialog box. Possible values are:

Value

Meaning

TRUE

The "Use Mask" check box was checked. Use the color specified in the Transparent Color picker as the masking color.

FALSE

The "Use Mask" check box wasn’t checked. Automatically detect masking color.

See Also

Elements:

ShowAddFrameDlg method

Topics:

Imaging Common Dialogs: Properties, Methods, and Events