DesignerCommandSet::ActionLists Property
.NET Framework (current version)
Gets the collection of all the smart tags associated with the designed component.
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
Available since 2.0
Show: