[]
Gets or sets whether the value should be adjusted immediately on property change when control has focus.
public bool AdjustValueOnFocus { get; set; }
Public Property AdjustValueOnFocus As Boolean
Type | Description |
---|---|
bool | true to adjust value on property change when control has focus; otherwise, false. The default value is false. |