ArcObjects Library Reference (Carto)  

IMapAdmin.NonFrameBackground Property

The background to use when drawing to destinations other than a frame.

[Visual Basic .NET]
Public WriteOnly Property NonFrameBackground
[C#]
public void NonFrameBackground {set;}
[C++]
HRESULT putref_NonFrameBackground(
  IBackground* 
);
[C++]

Parameters

[in]

   is a parameter of type IBackground

Product Availability

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

See Also

IMapAdmin Interface