'Declaration Public Property UpdateValueOnEnterKey As Boolean
'Usage Dim instance As UpDownBase(Of T) Dim value As Boolean instance.UpdateValueOnEnterKey = value value = instance.UpdateValueOnEnterKey
public bool UpdateValueOnEnterKey {get; set;}
Property Value
true if the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus), otherwise false. By default, false.