This documentation is archived and is not being maintained.

DesignerActionItem Constructor

Initializes a new instance of the DesignerActionItem class.

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

public:
DesignerActionItem(
	String^ displayName, 
	String^ category, 
	String^ description
)

Parameters

displayName
Type: System::String

The panel text for this item.

category
Type: System::String

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

description
Type: System::String

Supplemental text for this item, potentially used in ToolTips or the status bar.

Because DesignerActionItem is an abstract class, the DesignerActionItem constructor is intended to be called from derived classes only.

For more information about how the category parameter is used to group items on a panel, see the GetSortedActionItems method.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: