UpDownBase.UserEdit Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets a value indicating whether a value has been entered by the user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
If the Text property is set while the UserEdit property is set to true, the UpdateEditText method is called. If the Text property is set while the UserEdit property is set to false, the ValidateEditText method is called.
.NET Framework
Available since 1.1
Available since 1.1
Show: