ToolStripItemCommandAdapter Class

An EventCommandAdapter that updates a ToolStripItem based on the changes to the Status property value.

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

Syntax

'Declaration
Public Class ToolStripItemCommandAdapter
    Inherits EventCommandAdapter(Of ToolStripItem)
'Usage
Dim instance As ToolStripItemCommandAdapter
public class ToolStripItemCommandAdapter : EventCommandAdapter<ToolStripItem>
public ref class ToolStripItemCommandAdapter : public EventCommandAdapter<ToolStripItem^>
public class ToolStripItemCommandAdapter extends EventCommandAdapter<ToolStripItem>
public class ToolStripItemCommandAdapter extends EventCommandAdapter<ToolStripItem>

Inheritance Hierarchy

System.Object
   Microsoft.Practices.CompositeUI.Commands.CommandAdapter
     Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter
      Microsoft.Practices.CompositeUI.WinForms.ToolStripItemCommandAdapter

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

ToolStripItemCommandAdapter Members
Microsoft.Practices.CompositeUI.WinForms Namespace