次の方法で共有


DesignerView.ShouldExpandAll プロパティ

定義

要素のリスト全体を展開するかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

DesignerView 要素のリスト全体を展開する場合は true。それ以外の場合は false

適用対象