다음을 통해 공유


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

속성 값

디자인 화면에 표시할 컨트롤이 만들어졌으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보