DesignerView.ShouldExpandAll 属性
定义
获取或设置一个值,指示元素是否应展开整个列表。Gets or sets a value that indicates whether the element should expand an entire list.
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
属性值
如果 DesignerView 元素应该展开整个列表,则为 true;否则为 false。true if the DesignerView element should expand an entire list; otherwise, false.