Modifier

FreeformActivityDesigner.CanExpandCollapse Property

Definition

Gets a value that indicates whether the FreeformActivityDesigner can be collapsed on a workflow design surface.

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 FreeformActivityDesigner can be collapsed; otherwise false.

Remarks

CanExpandCollapse always returns false.

Applies to