SequentialWorkflowRootDesigner.CanExpandCollapse Property

Definition

Gets a value indicating whether the designer can be expanded and collapsed.

public:
 virtual property bool CanExpandCollapse { bool get(); };
public override bool CanExpandCollapse { get; }
member this.CanExpandCollapse : bool
Public Overrides ReadOnly Property CanExpandCollapse As Boolean

Property Value

true if the SequentialWorkflowRootDesigner can be expanded and collapsed; otherwise, false. The default is false.

Remarks

Unless overridden in a deriving class, CanExpandCollapse is always set to false.

Applies to