License provider for Form Designer .Net classes.

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

Syntax

Visual Basic (Declaration)
Public Class DesignerLP _
	Inherits LicenseProvider
C#
public class DesignerLP : LicenseProvider
Visual C++
public ref class DesignerLP : public LicenseProvider
JavaScript
Greatis.FormDesigner.DesignerLP = function();

Type.createClass(
	'Greatis.FormDesigner.DesignerLP',
	LicenseProvider);

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.LicenseProvider
    Greatis.FormDesigner..::.DesignerLP

See Also