RegexEditorDialog | marshal by reference, disposable |
System.Web.UI.Design.WebControls (system.design.dll) | class |
This class works in conjunction with the
RegexTypeEditor to provide a dialog box for
editing regular expressions at design time.
public class RegexEditorDialog : System.Windows.Forms.Form {
// Public Constructors
public RegexEditorDialog(System.ComponentModel.ISite site);
// Public Instance Properties
public string RegularExpression{set; get; }
// Protected Instance Methods
protected void cmdHelp_Click(object sender, EventArgs e);
protected void cmdOK_Click(object sender, EventArgs e);
protected void cmdTestValidate_Click(object sender, EventArgs args);
protected override void Dispose(bool disposing); // overrides System.Windows.Forms.Form
protected void lstStandardExpressions_SelectedIndexChanged(object sender, EventArgs e);
protected void RegexTypeEditor_Activated(object sender, EventArgs e);
protected void txtExpression_TextChanged(object sender, EventArgs e);
}
Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component(System.ComponentModel.IComponent,
System.IDisposable)
System.Windows.Forms.Control(System.Windows.Forms.IOleControl,
System.Windows.Forms.IOleObject,
System.Windows.Forms.IOleInPlaceObject,
System.Windows.Forms.IOleInPlaceActiveObject,
System.Windows.Forms.IOleWindow,
System.Windows.Forms.IViewObject,
System.Windows.Forms.IViewObject2,
System.Windows.Forms.IPersist,
System.Windows.Forms.IPersistStreamInit,
System.Windows.Forms.IPersistPropertyBag,
System.Windows.Forms.IPersistStorage,
System.Windows.Forms.IQuickActivate,
System.ComponentModel.ISynchronizeInvoke,
System.Windows.Forms.IWin32Window)
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl(System.Windows.Forms.IContainerControl)
System.Windows.Forms.Form
RegexEditorDialog
|