共用方式為


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 類別。

適用於