AdvancedNumericUpDown.TextValid Property
Gets a value that indicates whether the display text is valid for a value.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool TextValid { get; }
public:
property bool TextValid {
bool get();
}
Public ReadOnly Property TextValid As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the display text is valid; otherwise, false.
See Also
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top