WorkspaceVisualNodeBase.AlwaysExpandable 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果节点始终是可展开的,则为 true,即使没有子级 (如) 工作区节点。
public:
property bool AlwaysExpandable { bool get(); void set(bool value); };
public:
property bool AlwaysExpandable { bool get(); void set(bool value); };
public bool AlwaysExpandable { get; set; }
member this.AlwaysExpandable : bool with get, set
Public Property AlwaysExpandable As Boolean