UpDownBase.UserEdit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出使用者是否已經輸入值。
protected:
property bool UserEdit { bool get(); void set(bool value); };
protected bool UserEdit { get; set; }
member this.UserEdit : bool with get, set
Protected Property UserEdit As Boolean
屬性值
如果使用者已經變更 Text 屬性,則為 true
,否則為 false
。
備註
Text如果在 屬性設定 true
為 時 UserEdit 設定 屬性,則會 UpdateEditText 呼叫 方法。 Text如果在 屬性設定 false
為 時 UserEdit 設定 屬性,則會 ValidateEditText 呼叫 方法。