DesignerActionPropertyItem Constructor (String^, String^)

 

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

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

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

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.

The DesignerActionPropertyItem(String^, String^) constructor sets the Category and Description properties to null.

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

.NET Framework
Available since 2.0
Return to top
Show: