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


IToolBarDef.ItemCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolBarDef Interface > IToolBarDef.ItemCount Property
ArcGIS Developer Help

IToolBarDef.ItemCount Property

The number of items in this toolbar.

[Visual Basic .NET]
Public ReadOnly Property ItemCount As Integer
[C#]
public int ItemCount {get;}
[C++]
HRESULT get_ItemCount(
  System.Int32* numItems
);
[C++]
Parameters
numItems [out, retval]

numItems is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When implementing IToolBarDef to create a custom toolbar, use the ItemCount property to specify how many items will be on this toolbar.

See Also

IToolBarDef Interface