DesignerActionMethodItem Constructor

 

Initializes a new instance of the DesignerActionMethodItem class.

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

NameDescription
System_CAPS_pubmethodDesignerActionMethodItem(DesignerActionList^, String^, String^)

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

System_CAPS_pubmethodDesignerActionMethodItem(DesignerActionList^, String^, String^, Boolean)

Initializes a new instance of the DesignerActionMethodItem class, with the specified method and display names, and a flag that indicates whether the item should appear in other user interface contexts.

System_CAPS_pubmethodDesignerActionMethodItem(DesignerActionList^, String^, String^, String^)

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

System_CAPS_pubmethodDesignerActionMethodItem(DesignerActionList^, String^, String^, String^, Boolean)

Initializes a new instance of the DesignerActionMethodItem class, with the specified method, display, and category names, and a flag that indicates whether the item should appear in other user interface contexts.

System_CAPS_pubmethodDesignerActionMethodItem(DesignerActionList^, String^, String^, String^, String^)

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

System_CAPS_pubmethodDesignerActionMethodItem(DesignerActionList^, String^, String^, String^, String^, Boolean)

Initializes a new instance of the DesignerActionMethodItem class, with the specified method and category names, display and description text, and a flag that indicates whether the item should appear in other user interface contexts.

Return to top
Show: