New Toolbox control with category support
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class ToolboxControlEx _ Inherits UserControl _ Implements IToolboxView |
C# |
---|
public class ToolboxControlEx : UserControl, IToolboxView |
Visual C++ |
---|
public ref class ToolboxControlEx : public UserControl, IToolboxView |
JavaScript |
---|
Greatis.FormDesigner.ToolboxControlEx = function(); Type.createClass( 'Greatis.FormDesigner.ToolboxControlEx', UserControl, Greatis.FormDesigner.IToolboxView); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.FormDesigner..::.ToolboxControlEx
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.FormDesigner..::.ToolboxControlEx