BoundPropertyEntry.UseSetAttribute プロパティ

定義

コントロールの SetAttribute メソッドを呼び出すことができるかどうかを示す値を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property bool UseSetAttribute { bool get(); void set(bool value); };
public bool UseSetAttribute { get; set; }
member this.UseSetAttribute : bool with get, set
Public Property UseSetAttribute As Boolean

プロパティ値

SetAttribute を呼び出すことができる場合は true。それ以外の場合は false

適用対象