共用方式為


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,資料繫結將加入其中。

適用於