Click or drag to resize
Xcalibur Systems LLC Logo

MenuHelperGetMenuItemCount Method

Determines the number of items in the specified menu.

GetMenuItemCount function


Namespace: Xcalibur.NativeMethods.V2.Menus
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll")]
public static int GetMenuItemCount(
	IntPtr menuHandle
)

Parameters

menuHandle  IntPtr
A handle to the menu to be examined.

Return Value

Int32
See Also