Table of Contents

Class ToolboxService

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll
public class ToolboxService : IToolboxServiceExtended, IToolboxService
Inheritance
ToolboxService
Implements

Constructors

ToolboxService(IDesignerHost)

Initializes a new instance of the ToolboxService class with specified host.

Properties

CategoryNames
SelectedCategory
ToolboxControl

Gets or sets IToolboxControl which this service communicates with.

Methods

AddCreator(ToolboxItemCreatorCallback, string, IDesignerHost)
AddLinkedToolboxItem(ToolboxItem, string, IDesignerHost)
AddToolboxItem(ToolboxItem, string)
DeserializeToolboxItem(object, IDesignerHost)
GetSelectedToolboxItem(IDesignerHost)
GetToolboxItems(string, IDesignerHost)
IsSupported(object, ICollection)
IsToolboxItem(object, IDesignerHost)
Refresh()
RemoveCreator(string, IDesignerHost)
RemoveToolboxItem(ToolboxItem)
RemoveToolboxItem(ToolboxItem, string)
SelectedToolboxItemUsed()
SerializeToolboxItem(ToolboxItem)
SetCursor()
SetSelectedToolboxItem(ToolboxItem)