System.Windows.Forms.UpDownBase.Text Property

Gets or sets the text displayed in the spin box (also known as an up-down control).

Syntax

[System.ComponentModel.Localizable(true)]
public override string Text { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

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