DesignerActionHeaderItem Constructor (String^, String^)

 

Initializes a new instance of the DesignerActionHeaderItem class using the provided name and category strings.

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

public:
DesignerActionHeaderItem(
	String^ displayName,
	String^ category
)

Parameters

displayName
Type: System::String^

The text to be displayed in the header.

category
Type: System::String^

The case-sensitive String that defines the groupings of panel entries.

This constructor sets the Description property to null. The Category property is case-sensitive.

.NET Framework
Available since 2.0
Return to top
Show: