다음을 통해 공유


SequentialWorkflowRootDesigner.ShowSmartTag 속성

정의

루트 디자이너가 스마트 태그를 표시하는지 여부를 나타내는 값을 가져옵니다.

protected:
 virtual property bool ShowSmartTag { bool get(); };
protected override bool ShowSmartTag { get; }
member this.ShowSmartTag : bool
Protected Overrides ReadOnly Property ShowSmartTag As Boolean

속성 값

Boolean

SequentialWorkflowRootDesigner가 스마트 태그를 표시하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

Header 속성이 null 참조(Visual Basic의 경우 Nothing)로 설정되지 않고 해당 Text 속성이 빈 문자열이 아니거나 null 참조(Nothing)로 설정된 경우 ShowSmartTagtrue를 반환합니다.

적용 대상