DesignerActionHeaderItem Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the DesignerActionHeaderItem class using the provided name string.
Assembly: System.Design (in System.Design.dll)
Parameters
- displayName
-
Type:
System::String^
The text to be displayed in the header.
This constructor sets both the DisplayName and the Category properties to the value of the displayName parameter and sets the Description property to null.
The following code example demonstrates how to create a collection of DesignerActionItem objects.
For a full example of implementing smart tags, see How to: Attach Smart Tags to a Windows Forms Component.
.NET Framework
Available since 2.0
Available since 2.0
Show: