ListViewDesigner.ActionLists 属性

定义

获取一个项列表,这些项用来创建 ListView 控件的智能标记面板。Gets the list of items that are is used to create a smart tag panel for the ListView control.

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 对象。The DesignerActionListCollection object that is associated with this designer.

适用于

另请参阅