iMenuItemsAdd Method

Adds and iMenuItem to iMenuItems collection.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public int Add(
	iMenuItem value
)

Parameters

value  iMenuItem
The iMenuItem.

Return Value

Int32
The position into which the new element was inserted.

See Also