System.Drawing.Design.IToolboxService.SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem)

Here are the examples of the csharp api class System.Drawing.Design.IToolboxService.SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: LiteDevelop
Source File: FormsDesignerContent.cs
private void toolBoxService_SelectedItemUsed(object sender, ToolBoxItemEventArgs e)
        {
            (sender as IToolboxService).SetSelectedToolboxItem(null);
        }