WizardDesigner.ActionLists 属性

定义

获取控件设计器的操作列表集合。Gets the action list collection for the control designer.

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

一个 DesignerActionListCollection 对象,它包含控件设计器的自定义 DesignerActionList 项。An DesignerActionListCollection object that contains the custom DesignerActionList items for the control designer.

适用于

另请参阅