SequentialActivityDesigner.CanExpandCollapse Propriedade
Definição
Obtém um valor que indica se o SequentialActivityDesigner pode ser expandido e recolhido na superfície do designer de fluxo de trabalho.Gets a value indicating whether the SequentialActivityDesigner can be expanded and collapsed on the workflow designer surface.
public:
virtual property bool CanExpandCollapse { bool get(); };
public override bool CanExpandCollapse { get; }
member this.CanExpandCollapse : bool
Public Overrides ReadOnly Property CanExpandCollapse As Boolean
Valor da propriedade
true Se o designer puder ser expandido e recolhido na superfície de design do fluxo de trabalho; caso contrário, false .true if the designer can be expanded and collapsed on the workflow design surface; otherwise, false. O padrão é false.The default is false.
Comentários
Se for CanExpandCollapse retornado true , o designer renderizará um botão expandir/recolher na superfície de design do fluxo de trabalho.If CanExpandCollapse returns true, the designer renders an expand-collapse button on the workflow design surface.
Se o designer pai do SequentialActivityDesigner for ParallelActivityDesigner , CanExpandCollapse retornará false .If the parent designer of the SequentialActivityDesigner is ParallelActivityDesigner, CanExpandCollapse returns false. Além disso, se o SequentialActivityDesigner for o designer raiz, o CanExpandCollapse retornará false .Additionally, if the SequentialActivityDesigner is the root designer, CanExpandCollapse returns false.