OleDbCommand.DesignTimeVisible プロパティ

定義

コマンド オブジェクトをカスタム Windows フォーム デザイナー コントロールに表示する必要があるかどうかを示す値を取得または設定します。

public:
 virtual property bool DesignTimeVisible { bool get(); void set(bool value); };
public:
 property bool DesignTimeVisible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool DesignTimeVisible { get; set; }
[System.ComponentModel.Browsable(false)]
public bool DesignTimeVisible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignTimeVisible : bool with get, set
Public Overrides Property DesignTimeVisible As Boolean
Public Property DesignTimeVisible As Boolean

プロパティ値

コントロールにコマンド オブジェクトを表示するかどうかを示す値。 既定値は、true です。

属性

適用対象

こちらもご覧ください