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


IToolbarItem2.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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