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


IMapAdmin2.NonFrameBackground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin2 Interface > IMapAdmin2.NonFrameBackground Property
ArcGIS Developer Help

IMapAdmin2.NonFrameBackground Property

Specify the background to use when drawing to destinations other than a frame.

[Visual Basic .NET]
Public Property NonFrameBackground As IBackground
[C#]
public IBackground NonFrameBackground {get; set;}
[C++]
HRESULT get_NonFrameBackground(
  IBackground* Background
);
[C++]
HRESULT putref_NonFrameBackground(
  IBackground** Background
);
[C++]
Parameters
Background [in]

Background is a parameter of type IBackground* Background [out, retval]
Background is a parameter of type IBackground**

Product Availability

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

See Also

IMapAdmin2 Interface