ToolStripProgressBar.Step 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當呼叫 ToolStripProgressBar 方法時要遞增目前 PerformStep() 值的數量。
public:
property int Step { int get(); void set(int value); };
public int Step { get; set; }
member this.Step : int with get, set
Public Property Step As Integer
屬性值
表示遞增數量的整數。 預設值是 10。