DesignerActionPropertyItem Constructor (String^, String^, String^)

 

Initializes a new instance of the DesignerActionPropertyItem class, with the specified property and category names, and display text.

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

public:
DesignerActionPropertyItem(
	String^ memberName,
	String^ displayName,
	String^ category
)

Parameters

memberName
Type: System::String^

The case-sensitive name of the property associated with this panel item.

displayName
Type: System::String^

The panel text for this item.

category
Type: System::String^

The case-sensitive String used to group similar items on the panel.

The DesignerActionPropertyItem(String^, String^, String^) constructor sets the Description property to null.

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

The memberName parameter refers to the name of the associated property that is a member of the programmer-supplied class derived from DesignerActionList.

.NET Framework
Available since 2.0
Return to top
Show: