Click or drag to resize

IEditSessionChangeComboSize Method

Change combo size.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeComboSize(
	IProductSize size,
	IOrderComboStub combo,
	IOrderStub order
)

Parameters

size  IProductSize
Size of the combo if it's template has scale, otherwise null.
combo  IOrderComboStub
Combo which size will be changed.
order  IOrderStub
Order which combo size will be changed.
See Also