[This is preliminary documentation and is subject to change.]
This class is used to bind menu and toolbar items to the appropriate
Operations.
| C# |
public static class OperationBinder
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| CheckPresence(ToolStripItemCollection, PWindow) | Checks the Operations linked to each
item in a ToolStripItemCollection and sets the enabled and visible status
of the items appropriately. | |
| OperationSelected(Object, EventArgs) | Handles a tool strip item click and executes the Operation which is linked to that item. |
This also calls the bound Operations
when the items are selected. It is used for dynamically created drop downs in
menus, and context menus on forms and grids.
| Object | |
| OperationBinder | |