container for non visial from's components

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

Syntax

Visual Basic (Declaration)
Public Class FormComponents _
	Implements IFormComponents
C#
public class FormComponents : IFormComponents
Visual C++
public ref class FormComponents : IFormComponents
JavaScript
Greatis.FormDesigner.FormComponents = function();

Type.createClass(
	'Greatis.FormDesigner.FormComponents',
	null,
	Greatis.FormDesigner.IFormComponents);

Inheritance Hierarchy

System..::.Object
  Greatis.FormDesigner..::.FormComponents

See Also