DesignerActionItem.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
)
public DesignerActionItem (
	String displayName, 
	String category, 
	String description
)
public function DesignerActionItem (
	displayName : String, 
	category : String, 
	description : String
)
Not applicable.

Parameters

displayName

The panel text for this item.

category

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

description

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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: