Gets the name of the method that this System.ComponentModel.Design.DesignerActionMethodItem is associated with.
Documentation for this section has not yet been entered.
The DesignerActionMethodItem.MemberName property specifies which property, in the class derived from the System.ComponentModel.Design.DesignerActionList class, that the item should be bound to. When the programmer interacts with the panel item through the user interface (UI), this associated property will be set.
The bound method should neither take parameters nor return a value.
This property is set in the constructor. It is case-sensitive.