In This Article

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.

string CheckGroupName { get; set; }

Property Value

string:

The name of the check group.

Checkable

Gets or sets whether the button is checkable.

bool Checkable { get; set; }

Property Value

bool:

true if the button is checkable; otherwise, false.

Checked

Gets or sets whether the button is checked.

bool Checked { get; set; }

Property Value

bool:

true if the button is checked; otherwise, false.

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].