ESRI.ArcGIS.ADF.Local
ItemCount Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseMenu Class : ItemCount Property




IMenuDef.ItemCount property implementation. Called by the framework to get the number of command items on the menu.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ItemCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As BaseMenu
Dim value As Integer
 
value = instance.ItemCount
C# 
public int ItemCount {get;}

Remarks

Note to inheritors: You do not need to use this property.

See Also

© 2010 All Rights Reserved.