Main component of FormDesigner.Net

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(Designer))> _
Public Class Designer _
	Inherits Component
C#
[ToolboxBitmapAttribute(typeof(Designer))]
public class Designer : Component
Visual C++
[ToolboxBitmapAttribute(typeof(Designer))]
public ref class Designer : public Component
JavaScript
Greatis.FormDesigner.Designer = function();

Type.createClass(
	'Greatis.FormDesigner.Designer',
	Component);

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      Greatis.FormDesigner..::.Designer

See Also