ToolStripItemCollectionUIAdapter Constructor

Initializes a new instance of the ToolStripItemCollectionUIAdapter class.

Namespace: Microsoft.Practices.CompositeUI.WinForms.UIElements
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Public Sub New ( _
    collection As ToolStripItemCollection _
)
'Usage
Dim collection As ToolStripItemCollection

Dim instance As New ToolStripItemCollectionUIAdapter(collection)
public ToolStripItemCollectionUIAdapter (
    ToolStripItemCollection collection
)
public:
ToolStripItemCollectionUIAdapter (
    ToolStripItemCollection^ collection
)
public ToolStripItemCollectionUIAdapter (
    ToolStripItemCollection collection
)
public function ToolStripItemCollectionUIAdapter (
    collection : ToolStripItemCollection
)

Parameters

  • collection

See Also

Reference

ToolStripItemCollectionUIAdapter Class
ToolStripItemCollectionUIAdapter Members
Microsoft.Practices.CompositeUI.WinForms.UIElements Namespace