SequentialWorkflowRootDesigner.ShowSmartTag Property

Definition

Gets a value indicating whether the root designer displays smart tags.

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

Property Value

true if the SequentialWorkflowRootDesigner displays smart tags; otherwise, false. The default is false.

Remarks

If the Header property is not set to a null reference (Nothing in Visual Basic) and the corresponding Text property is not an empty string or set to a null reference (Nothing), ShowSmartTag returns true.

Applies to