NumericUpDownAcceleration.Seconds プロパティ

定義

加速度が開始する前に上下のボタンを押す必要がある秒数を取得または設定します。

public:
 property int Seconds { int get(); void set(int value); };
public int Seconds { get; set; }
member this.Seconds : int with get, set
Public Property Seconds As Integer

プロパティ値

加速度が開始する前に上下のボタンを押す必要がある秒数を取得または設定します。

例外

設定値が 0 未満です。

適用対象