AdjustValueOnFocus Property
In This Topic
Gets or sets whether the value should be adjusted immediately on property change when control has focus.
Syntax
'Declaration
Public Property AdjustValueOnFocus As Boolean
'Usage
Dim instance As RangeValidator
Dim value As Boolean
instance.AdjustValueOnFocus = value
value = instance.AdjustValueOnFocus
public bool AdjustValueOnFocus {get; set;}
Property Value
true to adjust value on property change when control has focus; otherwise,
false. The default value is
false.
See Also