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입니다.

적용 대상