ArcObjects Library Reference (Display)  

IScreenDisplay2.BackgroundRGB Property

The RGB value of the background color. This color only appears on the screen, not on output.

[Visual Basic .NET]
Public Property BackgroundRGB As Integer
[C#]
public int BackgroundRGB {get; set;}
[C++]
HRESULT get_BackgroundRGB(
  long* RGB
);
[C++]
HRESULT put_BackgroundRGB(
  long RGB
);
[C++]

Parameters

RGB [out, retval]   RGB is a parameter of type long RGB [in]   RGB is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay2 Interface