ListControlDesigner.ActionLists Propriedade

Definição

Recebe a coleção da lista de ações do designer para o 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 ao designer.

Aplica-se a

Ver também