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<CancelEventArgs>, Boolean, Boolean, Object, Boolean, Dock, DialogButtonAlignment, AsyncDisplayMode, Object, GlyphAlignment) | id, caption, command, isDefault, isCancel, tag, allowCloseWindow, placement, alignment, asyncDisplayMode, glyph, glyphAlignment | Initializes a new instance of the UICommand class with specified settings. |
UICommand(Object, Object, ICommand, Boolean, Boolean, Object, Boolean, Dock, DialogButtonAlignment, AsyncDisplayMode, Object, GlyphAlignment) | id, caption, command, isDefault, isCancel, tag, allowCloseWindow, placement, alignment, asyncDisplayMode, glyph, glyphAlignment | Initializes a new instance of the UICommand class with specified settings. |
See Also