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


IPaletteDef.ItemCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SystemUI)  

IPaletteDef.ItemCount Property

The number of items on this palette.

[Visual Basic .NET]
Public ReadOnly Property ItemCount As Integer
[C#]
public int ItemCount {get;}
[C++]
HRESULT get_ItemCount(
  long* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type long

Product Availability

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

See Also

IPaletteDef Interface