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


IToolbarItem2.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarItem2 Interface > IToolbarItem2.Type Property
ArcGIS Developer Help

IToolbarItem2.Type Property

The type of item.

[Visual Basic .NET]
Public ReadOnly Property Type As esriToolbarItemType
[C#]
public esriToolbarItemType Type {get;}
[C++]
HRESULT get_Type(
  esriToolbarItemType* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriToolbarItemType*

Product Availability

Available with ArcGIS Engine.

Description

Returns the type of object returned by ItemObject.

See Also

IToolbarItem2 Interface