WebFormsDesignerActionService.GetComponentDesignerActions Method
.NET Framework 3.0
Gets the smart-tag item lists that are associated with a component.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected: virtual void GetComponentDesignerActions ( IComponent^ component, DesignerActionListCollection^ actionLists ) override
protected void GetComponentDesignerActions ( IComponent component, DesignerActionListCollection actionLists )
protected override function GetComponentDesignerActions ( component : IComponent, actionLists : DesignerActionListCollection )
Not applicable.
Parameters
- component
A reference to the control associated with the designer.
- actionLists
The DesignerActionListCollection to add the associated smart tags to.
Community Additions
ADD
Show: