Class CommandButtonModel
- Namespace
- The.WPF.Shell
- Assembly
- Instagile.WPF.dll
public class CommandButtonModel : NotificationObject, IButtonModel, INotifyPropertyChanged
- Inheritance
-
CommandButtonModel
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
public CommandButtonModel(IScreenCommand screenCommand, bool isTabStop)
Parameters
screenCommand IScreenCommand
isTabStop bool
Properties
public virtual ICommand Command { get; }
Property Value
- ICommand
public bool IsDefault { get; }
Property Value
- bool
public bool IsEnabled { get; }
Property Value
- bool
public bool IsTabStop { get; }
Property Value
- bool
public bool IsVisible { get; }
Property Value
- bool
public virtual string Name { get; }
Property Value
- string
Events
public event Action? Executing
Event Type
- Action