NevronOpenVision
Nevron.Nov.UI Namespace / NMaskedTextBox Class
Fields Properties Methods Events


NMaskedTextBox Class Members

The following tables list the members exposed by NMaskedTextBox.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the MaskInputRejected event.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Mask property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NMaskedTextBox.  
Public Fieldstatic (Shared in Visual Basic)Reference to the PromptChar property.  
Top
Public Properties
 NameDescription
Public PropertyGets/Sets the input mask to use at runtime.  
Public PropertyGets/Sets the character used to represent the absence of user input in an NMaskedTextBox. By default set to '_'.  
Top
Public Methods
 NameDescription
Public MethodOverridden. 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.  
Public MethodOverridden. 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.  
Public MethodOverridden. Replaces the currently selected text with the prompt chars. If there is no selection, this method does nothing and returns false.  
Top
Protected Methods
 NameDescription
Protected MethodCalled when the Mask property has changed.  
Protected MethodCalled when the PromptChar property has changed.  
Top
Public Events
 NameDescription
Public EventOccurs when the user's input does not match the corresponding format element of the input mask.  
Top
See Also