Click or drag to resize

OpsMultipleCheckSelectionDialog Constructor

Initializes a new instance of the OpsMultipleCheckSelectionDialog class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsMultipleCheckSelectionDialog(
	TranslatedText tt,
	ITranslatableString title,
	CheckSelectionList checkList
)

Parameters

tt  TranslatedText
 
title  ITranslatableString
 
checkList  CheckSelectionList
 
See Also