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