| CalendarAutoFormatDialog | marshal 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