System.ComponentModel.Design.DesignerActionMethodItem.MemberName Property

Gets the name of the method that this System.ComponentModel.Design.DesignerActionMethodItem is associated with.

Syntax

public virtual string MemberName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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