WorkflowViewElement.Collapsible プロパティ

定義

要素を折りたたむことができるかどうかを示す値を取得または設定します。

public:
 property bool Collapsible { bool get(); void set(bool value); };
public bool Collapsible { get; set; }
member this.Collapsible : bool with get, set
Public Property Collapsible As Boolean

プロパティ値

true 要素を折りたたむことができる場合。それ以外の場合は false

適用対象