NetXP 3.0 Reference

MaskedTextBox Class

A textbox that automatically provides a mask based on required input.

For a list of all members of this type, see MaskedTextBox Members.

System.Object
   MarshalByRefObject
      Component
         Control
            TextBoxBase
               TextBox
                  MaskedTextBox

[Visual Basic]
Public Class MaskedTextBox
Inherits TextBox
[C#]
public class MaskedTextBox : TextBox

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NETXP.Controls

Assembly: NETXP.Controls (in NETXP.Controls.dll)

See Also

MaskedTextBox Members | NETXP.Controls Namespace