Skip to main content
A newer version of this page is available. .

UICommand Constructors

A ViewModel that is used to generate a dialog button.
Name Parameters Description
UICommand() none Initializes a new instance of the UICommand class with the default settings.
UICommand(Object, Object, ICommand, Boolean, Boolean, Object, Boolean, Dock, DialogButtonAlignment) id, caption, command, isDefault, isCancel, tag, allowCloseWindow, placement, alignment Initializes a new instance of the UICommand class with the custom settings.
See Also