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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







ReadWriteControlDesignerdisposable

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

This class provides functionality for designers. In the .NET
framework, only the

System.Web.UI.Design.WebControls.PanelDesigner
derives from this class. It uses read/write

functionality to providea design-time surface where you can directly
type static inner textfor the Panel control.

Note that this class bypasses theControlDesigner.GetDesignTimeHtml( ) method,

because the design surface will be drawn using the
ControlDesigner.GetDesignTimeHtml( )

method of the
designers for the child controls.

public class 

ReadWriteControlDesigner : ControlDesigner {
// Public Constructors
public

ReadWriteControlDesigner ( );
// Public Instance Methods
public override void

OnComponentChanged (object

sender ,
System.ComponentModel.Design.ComponentChangedEventArgs

ce );// overrides ControlDesigner
// Protected Instance Methods
protected virtual void

MapPropertyToStyle (string

propName , object

varPropValue );
protected override void

OnBehaviorAttached ( ); // overrides ControlDesigner
}



Hierarchy


System.Object

System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.

IDesigner,System.IDisposable,
System.ComponentModel.Design.IDesignerFilter)
HtmlControlDesigner
ControlDesigner
ReadWriteControlDesigner

Subclasses


System.Web.UI.Design.WebControls.PanelDesigner


    / 873