DesignerActionMethodItem Constructor
Initializes a new instance of the DesignerActionMethodItem class.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DesignerActionMethodItem(DesignerActionList^, String^, String^) | Initializes a new instance of the DesignerActionMethodItem class, with the specified method and display names. |
![]() | DesignerActionMethodItem(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. |
![]() | DesignerActionMethodItem(DesignerActionList^, String^, String^, String^) | Initializes a new instance of the DesignerActionMethodItem class, with the specified method, display, and category names. |
![]() | DesignerActionMethodItem(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. |
![]() | DesignerActionMethodItem(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. |
![]() | DesignerActionMethodItem(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. |
