KeyboardEventArgs.Repeat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
true 是表示 如果索引鍵已足夠長而無法觸發金鑰重複,則為 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