Condividi tramite


ChangePasswordDesigner.ActionLists Proprietà

Definizione

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

Oggetto DesignerActionListCollection associato alla finestra di progettazione.

Commenti

La ActionLists proprietà crea un DesignerActionList oggetto per l'oggetto ChangePasswordDesigner , aggiunge l'oggetto all'oggetto DesignerActionListDesignerActionListCollection ottenuto dalla proprietà base e quindi restituisce questa raccolta.

Si applica a

Vedi anche