ControlDesigner.ViewControlCreated プロパティ

定義

View コントロールがデザイン サーフェイスでの表示用に作成されているかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

デザイン サーフェイスでの表示用にコントロールが作成されている場合は true。それ以外の場合は false

適用対象

こちらもご覧ください