SelectedDate プロパティがデータ連結されている場合は、予定表の日付を現在の日付に設定します。
Overrides Public Sub DataBindControl( _
ByVal designerHost As IDesignerHost, _ ByVal control As Control _)
[C#]
public override void DataBindControl(IDesignerHostdesignerHost,Controlcontrol);
[C++]
public: void DataBindControl(IDesignerHost* designerHost,Control* control);
[JScript]
public override function DataBindControl(
designerHost : IDesignerHost,control : Control);
パラメータ
- designerHost
コントロールを含んでいるドキュメントの IDesignerHost 。 - control
データ連結の追加先となる Control 。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
CalendarDataBindingHandler クラス | CalendarDataBindingHandler メンバ | System.Web.UI.Design 名前空間