ToolZoneDesigner.ActionLists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取区域设计器的操作列表集合。
public:
virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overrides ReadOnly Property ActionLists As DesignerActionListCollection
属性值
与此设计器关联的 DesignerActionListCollection。
注解
属性 ActionLists 包含一个 DesignerActionListCollection 集合,该集合表示智能标记面板中所有项的聚合。 类 DesignerActionListCollection 包含零个或多个 DesignerActionList 对象。 其中每个列表都包含零个或多个对象,这些对象表示面板中的实际项,并且派生自 DesignerActionItem 类。