WebFormsDesignerActionService.GetComponentDesignerActions Method (IComponent, DesignerActionListCollection)

 

Gets the smart-tag item lists that are associated with a component.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected override void GetComponentDesignerActions(
	IComponent component,
	DesignerActionListCollection actionLists
)

Parameters

component
Type: System.ComponentModel.IComponent

A reference to the control associated with the designer.

actionLists
Type: System.ComponentModel.Design.DesignerActionListCollection

The DesignerActionListCollection to add the associated smart tags to.

.NET Framework
Available since 2.0
Return to top
Show: