MenuDesigner.ActionLists Proprietà

Definizione

Ottiene la raccolta dell'elenco di azioni per questa finestra di progettazione.

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

Valore della proprietà

DesignerActionListCollection

Oggetto DesignerActionListCollection associato alla finestra di progettazione.

Commenti

La ActionLists proprietà crea un DesignerActionList oggetto per la MenuDesigner classe , lo aggiunge all'oggetto DesignerActionListCollection ottenuto dalla ActionLists proprietà di base e quindi restituisce .DesignerActionListCollection

Si applica a

Vedi anche