DesignerActionMethodItem Constructor (DesignerActionList^, String^, String^)

 

Initializes a new instance of the DesignerActionMethodItem class, with the specified method and display names.

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

public:
DesignerActionMethodItem(
	DesignerActionList^ actionList,
	String^ memberName,
	String^ displayName
)

Parameters

actionList
Type: System.ComponentModel.Design::DesignerActionList^

The DesignerActionList that contains the method this item is associated with.

memberName
Type: System::String^

The case-sensitive name of the method in the class derived from DesignerActionList to invoke through the panel item.

displayName
Type: System::String^

The panel text for this item.

The DesignerActionMethodItem constructor sets the Category and Description properties to null, and the IncludeAsDesignerVerb property to false.

.NET Framework
Available since 2.0
Return to top
Show: