SelectedColor Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

OLE_COLOR SelectedColor;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the selected color in the Color Dialog box.

Set this property before calling the ShowColorDlg method to initialize the dialog. When the user selects a color in the displayed dialog, this property will be updated with that color.

You can specify an OLE_COLOR value, such as the return value of the Windows RGB macro.

See Also

Elements

ShowColorDlg method, ColorSpace property, ColorModel propertyColorModelproperty, UserPalette property