[]
Gets or set whether to automatically convert the entered characters according to the input control.
This is a Dependency Property.
public bool AutoConvert { get; set; }
Public Property AutoConvert As Boolean
Type | Description |
---|---|
bool | true if characters are automatically converted according to the input control; otherwise, false. The default is true. |