ControlDesigner.DataBindingsEnabled プロパティ

定義

関連付けられているコントロールの格納先の領域がデータ バインディングをサポートするかどうかを示す値を取得します。

protected:
 virtual property bool DataBindingsEnabled { bool get(); };
protected virtual bool DataBindingsEnabled { get; }
member this.DataBindingsEnabled : bool
Protected Overridable ReadOnly Property DataBindingsEnabled As Boolean

プロパティ値

コントロールのコンテナーがデータ バインディングをサポートする場合は true。それ以外の場合は false

適用対象

こちらもご覧ください