class implemented IToolboxView interface

Namespace:  Greatis.FormDesigner
Assembly:  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

See Also