ToolZoneDesigner.ActionLists 属性

定义

获取区域设计器的操作列表集合。

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 类。

适用于