DesignerView.ShouldCollapseAll 属性

定义

获取或设置一个值,指示设计视图是否应折叠所有可见子元素。

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

属性值

如果 true 是只读的,则为 DesignerView;否则为 false

适用于