Interface IToolboxContentControlSite
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v9.dll
Provides an interface to manipulate toolbox content.
public interface IToolboxContentControlSite
Properties
- CategoryExpandToggleByMouseAllowed
When implemented by a class, indicates whether category can be expanded or collapsed by mouse.
- Painter
When implemented by a class, provides an interface to draw toolbox item.
- ToolboxControl
When implemented by a class, provides an interface to display and manage a list of icons for components and controls that user can place onto design surface.
Methods
- OnContentPreferredSizeChanged(Control, int)
When implemented by a class, adjusts the specified child control into view on an auto-scroll enabled control.
- PlaceItemAtDefaultLocation(ToolboxItem)
When implemented by a class, forces designer instance to select the specified item.
- SerializeItemForDragAndDrop(ToolboxItem)
When implemented by a class, gets a serializable object for drag and drop operations that represents the specified toolbox item.