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


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

IToolbarControl.Count Property

The number of items on the ToolbarControl.

[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
HRESULT get_Count(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Returns the number of items on the ToolbarControl.

See Also

IToolbarControl Interface