DesignerView.ShouldCollapseAll 属性

定义

获取或设置一个值,指示设计视图是否应折叠所有可见子元素。Gets or sets a value that indicates whether design view should collapse all visible child elements.

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

属性值

Boolean

如果 true 是只读的,则为 DesignerView;否则为 falsetrue if the DesignerView is read-only; otherwise, false.

适用于