IBarCheckableCommand Interface
Provides the base requirements for a a BarCommand that can be checkable.
public interface IBarCheckableCommand
Properties
CheckGroupName
Gets or sets the name of the check group.
Checkable
Gets or sets whether the button is checkable.
bool Checkable { get; set; }
Property Value
- bool:
trueif the button is checkable; otherwise,false.
Checked
Gets or sets whether the button is checked.
FullName
Gets the full name of the command, which is [Category].[Name].
string FullName { get; }
Property Value
- string:
The full name of the command, which is [Category].[Name].