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

適用対象