Click or drag to resize
CalendarPopupButton Class
The control that toggles the calendar popup. You can customize the appearance by setting the object's properties.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsCalendarPopupButton
        Kettic.AspNet.ControlsTimePopupButton

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class CalendarPopupButton : WebControl, 
	ICustomTypeDescriptor

The CalendarPopupButton type exposes the following members.

Constructors
  NameDescription
Public methodCalendarPopupButton
Top
Methods
Properties
  NameDescription
Public propertyAccessKey (Overrides WebControlAccessKey.)
Public propertyBackColor (Overrides WebControlBackColor.)
Public propertyBorderColor (Overrides WebControlBorderColor.)
Public propertyBorderStyle (Overrides WebControlBorderStyle.)
Public propertyBorderWidth (Overrides WebControlBorderWidth.)
Public propertyCssClass (Overrides WebControlCssClass.)
Public propertyEnabled (Overrides WebControlEnabled.)
Public propertyEnableTheming (Overrides WebControlEnableTheming.)
Public propertyEnableViewState (Overrides ControlEnableViewState.)
Public propertyFont (Overrides WebControlFont.)
Public propertyForeColor (Overrides WebControlForeColor.)
Public propertyHeight (Overrides WebControlHeight.)
Public propertyHoverImageUrl
Gets or sets the popup button hover image URL.
Public propertyID (Overrides ControlID.)
Public propertyImageUrl
Gets or sets the popup button image URL.
Public propertySkinID (Overrides WebControlSkinID.)
Public propertyTabIndex (Overrides WebControlTabIndex.)
Public propertyToolTip (Overrides WebControlToolTip.)
Public propertyVisible (Overrides ControlVisible.)
Public propertyWidth (Overrides WebControlWidth.)
Top
See Also