ArcObjects Library Reference (Carto)  

IBackgroundTabStyle.BackgroundType Property

The type of the background tab style.

[Visual Basic .NET]
Public Property BackgroundType As esriBackgroundTabType
[C#]
public esriBackgroundTabType BackgroundType {get; set;}
[C++]
HRESULT get_BackgroundType(
  esriBackgroundTabType* tabType
);
[C++]
HRESULT put_BackgroundType(
  esriBackgroundTabType tabType
);
[C++]

Parameters

tabType [out, retval]

  tabType is a parameter of type esriBackgroundTabType

tabType [in]

  tabType is a parameter of type esriBackgroundTabType

Product Availability

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

See Also

IBackgroundTabStyle Interface