UserControlDesigner.ActionLists Egenskap

Definition

Hämtar åtgärdslistsamlingen för användarkontrolldesignern.

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

Egenskapsvärde

En DesignerActionListCollection som innehåller taggarna för åtgärdslistan för kontrolldesignern.

Kommentarer

Den här implementeringen skapar två DesignerActionMethodItem objekt i samlingen: Redigera användarkontroll och Uppdatera.

Gäller för

Se även