ArcObjects Library Reference (Framework)  

IColorBrowser.Color Property

Color edited by the browser.

[Visual Basic .NET]
Public Property Color As IColor
[C#]
public IColor Color {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Set the Color property to an existing IColor objectthe type of coclass you use will determine what options the dialog displays for editing the colors (see the pictures in the ColorBrowser topic).

See Also

IColorBrowser Interface