ASP.NET Pack Programmer's Guide
MaskTextBox Class
Remarks See Also
 





Represents a text box that constrains the user input to a mask.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public class MaskTextBox : DataBoundControl, IScriptControl, IPostBackDataHandler, IStateManager, IThemable

Visual Basic  Copy Code

Public Class MaskTextBox
    Inherits DataBoundControl
    Implements IScriptControl, IPostBackDataHandler, IStateManager, IThemable

 Remarks

For additional information on how to use the control, please refer to the MaskTextBox topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            System.Web.UI.WebControls.BaseDataBoundControl
                System.Web.UI.WebControls.DataBoundControl
                    MindFusion.UI.WebForms.MaskTextBox

 See Also

Using the controls - MaskTextBox
MaskTextBox Members
MindFusion.UI.WebForms Namespace