ActivityPreviewDesigner.IsContainedDesignerVisible(ActivityDesigner) Method

Definition

Returns a value that indicates whether the specified activity designer is visible in the ActivityPreviewDesigner.

public:
 override bool IsContainedDesignerVisible(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner);
public override bool IsContainedDesignerVisible (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner);
override this.IsContainedDesignerVisible : System.Workflow.ComponentModel.Design.ActivityDesigner -> bool
Public Overrides Function IsContainedDesignerVisible (containedDesigner As ActivityDesigner) As Boolean

Parameters

containedDesigner
ActivityDesigner

The ActivityDesigner to check.

Returns

true if containedDesigner is visible; otherwise, false.

Exceptions

containedDesigner contains a null reference (Nothing in Visual Basic).

Remarks

If ShowPreview is true and the preview window is set to preview mode, IsContainedDesignerVisible returns false.

Applies to