Click or drag to resize

OpsMultipleCheckSelectionDialog Constructor

Initializes a new instance of the OpsMultipleCheckSelectionDialog class

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

Parameters

tt
Type: TranslatedText
title
Type: ITranslatableString
checkList
Type: Micros.OpsCheckSelectionList
See Also