ChangePasswordDesigner.ActionLists Propriedade

Definição

Recebe a coleção da lista de ações deste designer.

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

Valor de Propriedade

O DesignerActionListCollection associado a este designer.

Observações

A ActionLists propriedade cria um DesignerActionList objeto para o ChangePasswordDesigner objeto, adiciona o DesignerActionList objeto ao DesignerActionListCollection objeto obtido a partir da propriedade base e depois devolve esta coleção.

Aplica-se a

Ver também