Table of Contents

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

CommandButtonModel(IScreenCommand, bool)

public CommandButtonModel(IScreenCommand screenCommand, bool isTabStop)

Parameters

screenCommand IScreenCommand
isTabStop bool

Properties

Command

public virtual ICommand Command { get; }

Property Value

ICommand

IsDefault

public bool IsDefault { get; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; }

Property Value

bool

IsTabStop

public bool IsTabStop { get; }

Property Value

bool

IsVisible

public bool IsVisible { get; }

Property Value

bool

Name

public virtual string Name { get; }

Property Value

string

Events

Executing

public event Action? Executing

Event Type

Action