CalendarDataBindingHandler.DataBindControl(IDesignerHost, Control) 方法

定义

如果属性是数据绑定的,则将 SelectedDate 日历的日期设置为当前日期。

public:
 override void DataBindControl(System::ComponentModel::Design::IDesignerHost ^ designerHost, System::Web::UI::Control ^ control);
public override void DataBindControl(System.ComponentModel.Design.IDesignerHost designerHost, System.Web.UI.Control control);
override this.DataBindControl : System.ComponentModel.Design.IDesignerHost * System.Web.UI.Control -> unit
Public Overrides Sub DataBindControl (designerHost As IDesignerHost, control As Control)

参数

designerHost
IDesignerHost

IDesignerHost包含控件的文档。

control
Control

Control 向其添加数据绑定。

适用于