ActivityPreviewDesigner.IsContainedDesignerVisible(ActivityDesigner) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.