TouchEventArgs.AltKey プロパティ

定義

イベントが発生したときに alt キーがダウンした場合は true。 それ以外の場合は false。

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

プロパティ値

適用対象