UpDownBase.UserEdit Proprietà

Definizione

Ottiene o imposta un valore che indica se è stato immesso un valore dall'utente.

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

Valore della proprietà

Boolean

true se l'utente ha modificato la proprietà Text; in caso contrario, false.

Commenti

Se la proprietà è impostata mentre la Text UserEdit proprietà è impostata su true, viene chiamato il UpdateEditText metodo . Se la proprietà è impostata mentre la Text UserEdit proprietà è impostata su false, viene chiamato il ValidateEditText metodo .

Si applica a

Vedi anche