class implemented IToolboxView interface
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class ToolboxControl _ Inherits UserControl _ Implements IToolboxView |
C# |
---|
public class ToolboxControl : UserControl, IToolboxView |
Visual C++ |
---|
public ref class ToolboxControl : public UserControl, IToolboxView |
JavaScript |
---|
Greatis.FormDesigner.ToolboxControl = function(); Type.createClass( 'Greatis.FormDesigner.ToolboxControl', 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..::.ToolboxControl
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.FormDesigner..::.ToolboxControl