ToolStripItemOwnerCollectionUIAdapter Class

Provides an adapter for ToolStripItems where new items will be added to the item's owner collection, after the item to which the adapter is attached.

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

Syntax

'Declaration
Public Class ToolStripItemOwnerCollectionUIAdapter
    Inherits ToolStripItemCollectionUIAdapter
'Usage
Dim instance As ToolStripItemOwnerCollectionUIAdapter
public class ToolStripItemOwnerCollectionUIAdapter : ToolStripItemCollectionUIAdapter
public ref class ToolStripItemOwnerCollectionUIAdapter : public ToolStripItemCollectionUIAdapter
public class ToolStripItemOwnerCollectionUIAdapter extends ToolStripItemCollectionUIAdapter
public class ToolStripItemOwnerCollectionUIAdapter extends ToolStripItemCollectionUIAdapter

Inheritance Hierarchy

System.Object
   Microsoft.Practices.CompositeUI.UIElements.UIElementAdapter
     Microsoft.Practices.CompositeUI.WinForms.UIElements.ToolStripItemCollectionUIAdapter
      Microsoft.Practices.CompositeUI.WinForms.UIElements.ToolStripItemOwnerCollectionUIAdapter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ToolStripItemOwnerCollectionUIAdapter Members
Microsoft.Practices.CompositeUI.WinForms.UIElements Namespace