DesignerActionHeaderItem Constructor (String^)

 

Initializes a new instance of the DesignerActionHeaderItem class using the provided name string.

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

public:
DesignerActionHeaderItem(
	String^ displayName
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: