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


IFrameElement.Background Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.Background Property
ArcGIS Developer Help

IFrameElement.Background Property

Frame background used by this element.

[Visual Basic .NET]
Public Property Background As IBackground
[C#]
public IBackground Background {get; set;}
[C++]
HRESULT get_Background(
  IBackground** Background
);
[C++]
HRESULT put_Background(
  IBackground* Background
);
[C++]
Parameters
Background [out, retval]

Background is a parameter of type IBackground** Background [in]
Background is a parameter of type IBackground*

Product Availability

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

Remarks

Background returns or sets the background displayed with the frame.  Use this property when you want to change how the background is displayed, or you want to retrieve the current background.

 

See Also

IFrameElement Interface