RegexTypeEditor

RegexTypeEditor

System.Web.UI.Design.WebControls (system.design.dll)class

This class is a System.Drawing.Design.UITypeEditor that provides a graphical interface for configuring the ValidationExpression for the System.Web.UI.WebControls.RegularExpressionValidator control. It works in conjunction with the RegexEditorDialog to provide a window that allows you to enter new regular expressions or choose from a list of common options.

public class RegexTypeEditor : System.Drawing.Design.UITypeEditor {
// Public Constructors
   public RegexTypeEditor( );
// Public Instance Methods
   public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, 
        IServiceProvider provider, object value);  // overrides System.Drawing.Design.UITypeEditor 
   public override UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context);
                 // overrides System.Drawing.Design.UITypeEditor
}

Hierarchy

System.Object System.Drawing.Design.UITypeEditor RegexTypeEditor



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace