UserControlDesigner.ActionLists Property
.NET Framework 3.0
Gets the action list collection for the user control designer.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual property DesignerActionListCollection^ ActionLists { DesignerActionListCollection^ get () override; }
/** @property */ public DesignerActionListCollection get_ActionLists ()
public override function get ActionLists () : DesignerActionListCollection
Not applicable.
Property Value
A DesignerActionListCollection that contains the action list tags for the control designer.This implementation creates two DesignerActionMethodItem objects in the collection: Edit User Control and Refresh.
Community Additions
ADD
Show: