DesignerActionPropertyItem Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the DesignerActionPropertyItem class, with the specified property and display names.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: