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


IBackgroundTabStyle.BackgroundType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBackgroundTabStyle Interface > IBackgroundTabStyle.BackgroundType Property
ArcGIS Developer Help

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