Gets component

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

Syntax

Visual Basic (Declaration)
Public Function Component ( _
	name As String _
) As IComponent
C#
public IComponent Component(
	string name
)
Visual C++
public:
virtual IComponent^ Component(
	String^ name
) sealed
JavaScript
function component(name);

Parameters

name
Type: System..::.String
name of the component

Return Value

component or null

Implements

IFormComponents..::.Component(String)

See Also