NumericUpDown.ParseEditText 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將微調方塊 (也稱為上下按鈕控制項) 中所顯示的文字轉換為數值,並加以評估。
protected:
void ParseEditText();
protected void ParseEditText ();
member this.ParseEditText : unit -> unit
Protected Sub ParseEditText ()
備註
UserEdit如果 屬性設定 true
為 ,則顯示的文字會轉換成數值,以便驗證其介於 和 Maximum 屬性值之間 Minimum 。
適用於
另請參閱