TemplatedControlDesigner.DataBindingsEnabled プロパティ

定義

デザイナーがデータ バインディングを許可するかどうかを示す値を取得します。

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

プロパティ値

デザイナーがデータ バインディングを許可する場合は true。それ以外の場合は false

適用対象

こちらもご覧ください