Skip to content

Commit 38b6e0a

Browse files
committed
small update
1 parent 8275590 commit 38b6e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/editors/maskededitbox/standard-masks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Dim provider As StandardMaskTextBoxProvider = TryCast(Me.radMaskedEditBox1.Maske
6464
* **MaskCompleted**: Gets a value indicating whether all required inputs have been entered into the formatted string.
6565
* **MaskFull**: Gets a value indicating whether all required and optional inputs have been entered into the formatted string.
6666
* **PromptChar**: Gets or sets the character used to prompt the user for input.
67-
* **ResetOnPrompt**: Gets or sets a value that determines how an input character that matches the prompt character should be handled. When *true*, the prompt character entered as input causes the current editable position in the mask to be reset. Otherwise, if *false*, the entered prompt character has to be processed as a normal input character. The default is *true*.
68-
* **ResetOnSpace**: Gets or sets a value that determines how a space input character should be handled. When *true*, entering the space input character causes the current editable position in the mask to be reset. Otherwise, if *false*, the entered space character has to be processed as a normal input character. The default is *true*.
67+
* **ResetOnPrompt**: Gets or sets a value that determines how an input character that matches the prompt character should be handled. When *true*, the prompt character entered as input causes the current editable position in the mask to be reset. Otherwise, if *false*, the entered prompt character will be processed as a normal input character. The default is *true*.
68+
* **ResetOnSpace**: Gets or sets a value that determines how a space input character should be handled. When *true*, entering the space input character causes the current editable position in the mask to be reset. Otherwise, if *false*, the entered space character will be processed as a normal input character. The default is *true*.
6969

7070
>note By default, when the user is typing before already typed text, the text is overridden. If the *Insert* key is pressed you can insert characters instead of replacing them.
7171
>

0 commit comments

Comments
 (0)