NMaskedTextBox Class Methods
For a list of all members of this type, see NMaskedTextBox members.
| Name | Description |
 | InsertReplaceChar | Overridden. Inserts a character at the current caret position and positions the caret on the next grapheme. If there is a selected text, it is first removed. |
 | InsertReplaceText | Overridden. Inserts text at the current caret position and positions the caret to the end of the inserted text. If there is a selected text, it is first removed. |
 | RemoveSelectedText | Overridden. Replaces the currently selected text with the prompt chars. If there is no selection, this method does nothing and returns false. |
Top