June 2002
Intermediate to advanced
816 pages
28h 12m
English
CalendarDesigner
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 : Inherits System.Web.UI.Design.ControlDesigner ' Public Constructors Public Sub New() ' Public Instance Properties Overrides Public ReadOnly Property Verbs As DesignerVerbCollection ' Public Instance Methods Overrides Public Sub Initialize( ByVal component As System.ComponentModel.IComponent) ' Protected Instance Methods Protected Sub OnAutoFormat(ByVal sender As Object, ByVal e As EventArgs) End Class
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
Read now
Unlock full access