OpaqueColor Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

OLE_COLOR OpaqueColor;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the opaque color to use when the BorderStyle option (BorderStyle property) is BORDER_STYLE_OPAQUE in the AddBorder dialog box.

When calling the AddBorder method, use this property for the GradientStartColor parameter if the BorderStyle property is BORDER_STYLE_OPAQUE.

When the dialog box closes, this property will be updated according to the selected color in the dialog box.

See Also

Elements

ShowAddBorderDlg method