RepeatButton.Delay プロパティ

定義

クリック 操作の繰 り返し を開始する前に RepeatButton が押されたときに待機する時間をミリ秒単位で取得または設定します。

public:
 property int Delay { int get(); void set(int value); };
int Delay();

void Delay(int value);
public int Delay { get; set; }
var int32 = repeatButton.delay;
repeatButton.delay = int32;
Public Property Delay As Integer
<RepeatButton Delay="int"/>

プロパティ値

Int32

int

クリック 操作の繰 り返し を開始する前に、RepeatButton が押されたときに待機する時間 (ミリ秒単位)。 既定値は 250 です。

適用対象