In This Article

IBarCheckableCommand Interface

Provides the base requirements for a BarCommand that can be checkable.

public interface IBarCheckableCommand

Properties

CheckGroupName

The name of the check group.

string? CheckGroupName { get; set; }

Property Value

string

Checkable

Indicates whether the button is checkable.

bool Checkable { get; set; }

Property Value

bool:

true if the button is checkable; otherwise, false.

Checked

Indicates whether the button is checked.

bool Checked { get; set; }

Property Value

bool:

true if the button is checked; otherwise, false.

FullName

The full name of the command, which is formatted '[Category].[Name]' (e.g., "Edit.Copy").

string FullName { get; }

Property Value

string

Extension Methods