An ASP.NET server control that restricts user entry based on a preset mask.
Namespace: Drg.WebControls
Assembly: Drg.WebControls.InputMask (in Drg.WebControls.InputMask.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ToolboxDataAttribute("<{0}:InputMask runat="server"></{0}:InputMask>")> _ <CategoryAttribute("Input")> _ <ToolboxBitmapAttribute(GetType(), "Drg.WebControls.InputMask.ico")> _ <DefaultPropertyAttribute("Mask")> _ <DescriptionAttribute("An ASP.NET server control that restricts user entry based on a preset mask.")> _ <LicenseProviderAttribute(GetType())> _ Public Class InputMask _ Inherits TextBox _ Implements ILicensableControl |
| C# |
|---|
[ToolboxDataAttribute("<{0}:InputMask runat="server"></{0}:InputMask>")] [CategoryAttribute("Input")] [ToolboxBitmapAttribute(typeof(InputMask), "Drg.WebControls.InputMask.ico")] [DefaultPropertyAttribute("Mask")] [DescriptionAttribute("An ASP.NET server control that restricts user entry based on a preset mask.")] [LicenseProviderAttribute(typeof(DrgLicenseProvider))] public class InputMask : TextBox, ILicensableControl |
| Visual C++ |
|---|
[ToolboxDataAttribute(L"<{0}:InputMask runat="server"></{0}:InputMask>")] [CategoryAttribute(L"Input")] [ToolboxBitmapAttribute(typeof(), L"Drg.WebControls.InputMask.ico")] [DefaultPropertyAttribute(L"Mask")] [DescriptionAttribute(L"An ASP.NET server control that restricts user entry based on a preset mask.")] [LicenseProviderAttribute(typeof())] public ref class InputMask : public TextBox, ILicensableControl |
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.TextBox
Drg.WebControls.InputMask
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.TextBox
Drg.WebControls.InputMask