CalendarDataBindingHandler::DataBindControl Method (IDesignerHost^, Control^)
.NET Framework (current version)
Sets the calendar's date to the current day if the SelectedDate property is data-bound.
Assembly: System.Design (in System.Design.dll)
public: virtual void DataBindControl( IDesignerHost^ designerHost, Control^ control ) override
Parameters
- designerHost
-
Type:
System.ComponentModel.Design::IDesignerHost^
The IDesignerHost for the document that contains the control.
- control
-
Type:
System.Web.UI::Control^
The Control to which data binding will be added.
.NET Framework
Available since 1.1
Available since 1.1
Show: