KeyboardAccelerator.IsEnabled 属性

定义

获取或设置键盘快捷方式 (快捷键) 是否可供用户使用。

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

属性值

Boolean

bool

如果快捷方式可用,则为 true;否则为 false

适用于

另请参阅