This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBackgroundTabStyle Interface > IBackgroundTabStyle.BackgroundType Property (ArcObjects .NET 10.5 SDK) |
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