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입니다.

적용 대상

추가 정보