ToolStripItemCommandAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ToolStripItemCommandAdapter : Microsoft::Practices::CompositeUI::Commands::EventCommandAdapter<System::Windows::Forms::ToolStripItem ^>
public class ToolStripItemCommandAdapter : Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter<System.Windows.Forms.ToolStripItem>
type ToolStripItemCommandAdapter = class
inherit EventCommandAdapter<ToolStripItem>
Public Class ToolStripItemCommandAdapter
Inherits EventCommandAdapter(Of ToolStripItem)
- Inheritance
Constructors
ToolStripItemCommandAdapter() | |
ToolStripItemCommandAdapter(ToolStripItem, String) |
Properties
InvokerCount | (Inherited from EventCommandAdapter<TInvoker>) |
Invokers | (Inherited from EventCommandAdapter<TInvoker>) |
Methods
AddInvoker(Object, String) | (Inherited from EventCommandAdapter<TInvoker>) |
BindCommand(Command) | (Inherited from CommandAdapter) |
ContainsInvoker(Object) | (Inherited from EventCommandAdapter<TInvoker>) |
Dispose() | (Inherited from CommandAdapter) |
Dispose(Boolean) | (Inherited from EventCommandAdapter<TInvoker>) |
FireCommand() | (Inherited from CommandAdapter) |
InvokerEventHandler(Object, EventArgs) | (Inherited from EventCommandAdapter<TInvoker>) |
OnCommandChanged(Command) | |
RemoveInvoker(Object, String) | (Inherited from EventCommandAdapter<TInvoker>) |
UnbindCommand(Command) | (Inherited from CommandAdapter) |
Events
ExecuteCommand | (Inherited from CommandAdapter) |