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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







CalendarAutoFormatDialogmarshal by reference, disposable

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

This class works in conjunction with the
CalendarDesigner class. It displays an
"auto format" window that allows
the user to change several formatting-related properties at once by
choosing one of the presets it provides.

public class 

CalendarAutoFormatDialog : System.Windows.Forms.Form {
// Public Constructors
public

CalendarAutoFormatDialog (System.Web.UI.WebControls.Calendar

calendar );
// Protected Instance Methods
protected void

DoDelayLoadActions ( );
protected void

OnActivated (object

source , EventArgs

e );
protected void

OnOKClicked (object

source , EventArgs

e );
protected void

OnSelChangedScheme (object

source , EventArgs

e );
protected void

SaveComponent ( );
}



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
CalendarAutoFormatDialog

/ 873