IBarCheckableCommand Interface
Provides the base requirements for a BarCommand that can be checkable.
public interface IBarCheckableCommand
Properties
CheckGroupName
The name of the check group.
Checkable
Indicates whether the button is checkable.
bool Checkable { get; set; }
Property Value
- bool:
trueif the button is checkable; otherwise,false.
Checked
Indicates whether the button is checked.
FullName
The full name of the command, which is formatted '[Category].[Name]' (e.g., "Edit.Copy").