Condividi tramite


ContentDesigner.ActionLists Proprietà

Definizione

Ottiene l'oggetto DesignerActionListCollection 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à

Oggetto DesignerActionListCollection associato alla finestra di progettazione.

Commenti

ContentDesigner gli oggetti aggiungono DesignerActionItem elementi all'oggetto DesignerActionListCollection per il Content controllo.

Si applica a

Vedi anche