System.Windows.Forms.UpDownBase.UserEdit Property

Gets or sets a value indicating whether a value has been entered by the user.

Syntax

protected bool UserEdit { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the UpDownBase.Text property is set while the UpDownBase.UserEdit property is set to true, the UpDownBase.UpdateEditText method is called. If the UpDownBase.Text property is set while the UpDownBase.UserEdit property is set to false, the UpDownBase.ValidateEditText method is called.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0