DesignerOptions.ObjectBoundSmartTagAutoShow 속성

정의

디자이너에서 구성 요소의 스마트 태그 패널을 생성할 때 자동으로 표시하는지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

구성 요소의 스마트 태그 패널을 생성할 때 자동으로 열 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

구성 요소의 스마트 태그 패널은 속성이 있을 때 DesignerActionList.AutoShow 자동으로 열리도록 설정됩니다 true.

적용 대상

추가 정보