Click or drag to resize

MenuItemCommandData Constructor

Initializes a new instance of the MenuItemCommandData class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public MenuItemCommandData(
	MenuItemCommandDataSource source,
	OpsContext opsContext,
	int objectNumber,
	int mainMenuLevel,
	int subMenuLevel
)

Parameters

source  MenuItemCommandDataSource
 
opsContext  OpsContext
 
objectNumber  Int32
 
mainMenuLevel  Int32
 
subMenuLevel  Int32
 
See Also