KeyboardEventArgs.Repeat プロパティ

定義

キーの繰り返しをトリガーするのに十分な長さにキーが押し込まれた場合は true、それ以外の場合は false。

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

プロパティ値

適用対象