The IToolboxView type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddItem |
Adds new toolbox item to the specified category
| |
| Refresh |
Refreshes the state of the toolbox items
| |
| RemoveItem |
Removes toolbox item from the specified category
|
Properties
| Name | Description | |
|---|---|---|
| CurrentCursor |
Returns current mouse cursor shape
| |
| Items |
Returns toolbox category collection
| |
| SelectedCategory |
Sets of gets selected toolbox category item
| |
| SelectedItem |
Sets of gets selected toolbox item
|
Events
| Name | Description | |
|---|---|---|
| BeginDragAndDrop |
Notify toolbox service for item drag-and-drop start
| |
| DropControl |
Notify toolbox service for item dropping be double-click the item in the toolbox control
| |
| ToolboxItemUsed |
Fires then SelectedToolboxItemUsed invokes, after SelectedItem clear
|