TouchEventArgs.CtrlKey 속성

정의

이벤트가 발생했을 때 컨트롤 키가 다운된 경우 true입니다. false이면 이고, 그렇지 않으면 입니다.

public:
 property bool CtrlKey { bool get(); void set(bool value); };
public bool CtrlKey { get; set; }
member this.CtrlKey : bool with get, set
Public Property CtrlKey As Boolean

속성 값

적용 대상