Name

RegexEditorDialog

Synopsis

This class works in conjunction with the RegexTypeEditor to provide a dialog box for editing regular expressions at design time.

Public Class RegexEditorDialog : Inherits System.Windows.Forms.Form
' Public Constructors
   Public Sub New(ByVal site As System.ComponentModel.ISite) 
' Public Instance Properties
   Public Property RegularExpression As String  
' Protected Instance Methods
   Protected Sub cmdHelp_Click(ByVal sender As Object, 
        ByVal e As EventArgs) 
   Protected Sub cmdOK_Click(ByVal sender As Object, 
        ByVal e As EventArgs) 
   Protected Sub cmdTestValidate_Click(ByVal sender As Object, 
        ByVal args As EventArgs) 
   Overrides Protected Sub Dispose(ByVal disposing As Boolean) 
   Protected Sub lstStandardExpressions_SelectedIndexChanged(
        ByVal sender As Object, ByVal e As EventArgs) 
   Protected Sub RegexTypeEditor_Activated(
        ByVal sender As Object, ByVal e As EventArgs) 
   Protected Sub txtExpression_TextChanged(
        ByVal sender As Object, ByVal e As EventArgs) 
End Class

Hierarchy

System.ObjectSystem.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 ...

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.