ComponentDesigner.ActionLists 属性

定义

获取与设计器相关联的组件所支持的设计时操作列表。

public:
 virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public virtual System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overridable ReadOnly Property ActionLists As DesignerActionListCollection

属性值

与设计器相关联的组件所支持的设计时操作列表。

适用于