RepeaterDesigner.ActionLists Egenskap

Definition

Hämtar åtgärdslistsamlingen för kontrolldesignern.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Ett DesignerActionListCollection objekt som innehåller objekten DesignerActionList för kontrolldesignern.

Gäller för

Se även