IEditSessionChangeComboSize Method |
Change combo size.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid 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