Partager via


AdvancedNumericUpDown.Text Property

 

Gets the text that is shown for the corresponding value of this control.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string Text { get; }
public:
property String^ Text {
    String^ get();
}
Public ReadOnly Property Text As String

Property Value

Type: System.String

A System.String.

Remarks

Do not modify this property.

See Also

AdvancedNumericUpDown.TextValid
AdvancedNumericUpDown.Value
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top