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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







CalendarDesignerdisposable

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

This class provides the design-time representation for the
System.Web.UI.WebControls.Calendar control. It
works in conjunction with the
CalendarAutoFormatDialog class to provide an
"auto format" window, adding a
special verb to the context menu and responding to format changes by
updating the corresponding properties.

public class 

CalendarDesigner : System.Web.UI.Design.ControlDesigner {
// Public Constructors
public

CalendarDesigner ( );
// Public Instance Properties
public override DesignerVerbCollection

Verbs {get; }
// overrides System.ComponentModel.Design.ComponentDesigner
// Public Instance Methods
public override void

Initialize (System.ComponentModel.IComponent

component );
// overrides System.Web.UI.Design.ControlDesigner
// Protected Instance Methods
protected void

OnAutoFormat (object

sender , EventArgs

e );
}



Hierarchy


System.Object
System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.
Design.IDesigner,System.IDisposable
,
System.ComponentModel.Design.IDesignerFilter)

System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
CalendarDesigner

/ 873