KeyboardAccelerator.IsEnabled Property

Definition

Gets or sets whether a keyboard shortcut (accelerator) is available to the user.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = keyboardAccelerator.isEnabled;
keyboardAccelerator.isEnabled = boolean;
Public Property IsEnabled As Boolean

Property Value

Boolean

bool

true if the shortcut is available; otherwise, false.

Applies to

See also