ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







RegexEditorDialogmarshal 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

/ 873