PasswordRecoveryDesigner.ActionLists Propiedad

Definición

Obtiene la colección de listas de acciones para el diseñador de controles.

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 propiedad

Un objeto DesignerActionListCollection que contiene los elementos DesignerActionList del diseñador de controles.

Se aplica a

Consulte también