System.ComponentModel.Design.DesignerActionMethodItem Class

Represents a smart tag panel item that is associated with a method in a class derived from System.ComponentModel.Design.DesignerActionList.

See Also: DesignerActionMethodItem Members

Syntax

public class DesignerActionMethodItem : DesignerActionItem

Remarks

The System.ComponentModel.Design.DesignerActionMethodItem class represents individual items in a smart tag panel. An item of this type is displayed as an active user interface element, such as a hyperlink, that invokes a programmer-supplied method in a class derived from System.ComponentModel.Design.DesignerActionList. The association between the item and the method is maintained through the value of the DesignerActionMethodItem.MemberName property. The method that this item invokes must neither take parameters nor return a value.

Individual panel items are associated together to form a panel by a call to the DesignerActionList.GetSortedActionItems method of the System.ComponentModel.Design.DesignerActionList class.

Requirements

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