DesignerCommandSet::ActionLists Property

 

Gets the collection of all the smart tags associated with the designed component.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
property DesignerActionListCollection^ ActionLists {
	DesignerActionListCollection^ get();
}

Property Value

Type: System.ComponentModel.Design::DesignerActionListCollection^

A DesignerActionListCollection that contains the smart tags for the associated designed component.

The base implementation simply calls GetCommands with the string parameter "ActionLists".

.NET Framework
Available since 2.0
Return to top
Show: