Initializes a new instance of the DesignerActionList class.

Namespace: System.Extensions.Windows.Forms.Design
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
protected DesignerActionList(
	IComponent component
)
Visual Basic
Protected Sub New ( 
	component As IComponent
)
Visual C++
protected:
DesignerActionList(
	IComponent^ component
)
F#
new : 
        component : IComponent -> DesignerActionList

Parameters

component
Type: System.ComponentModel..::..IComponent
A component related to this DesignerActionList.

See Also