This document is archived and information here might be outdated.  Recommended version.


IGlobeControlDefault.OverrideBackColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.OverrideBackColor Property
ArcGIS Developer Help

IGlobeControlDefault.OverrideBackColor Property

Indicates whether to override the background color of the globe document.

[Visual Basic .NET]
Public Property OverrideBackColor As Boolean
[C#]
public bool OverrideBackColor {get; set;}
[C++]
HRESULT get_OverrideBackColor(
void
);
[C++]
HRESULT put_OverrideBackColor(
);

Product Availability

Available with ArcGIS Engine.

Description

The OverrideBackColor property determines whether the background color of any document loaded into the GlobeControl is overriden and replaced with the GlobeControl's BackColor. By default this property is false.

See Also

IGlobeControlDefault Interface