Name

CalendarDesigner

Synopsis

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

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)System.Web.UI.Design.HtmlControlDesignerSystem.Web.UI.Design.ControlDesigner CalendarDesigner

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.