Gets the "Component" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Control GetComponent()
Visual Basic (Declaration)
Public Overridable Function GetComponent As Control
Visual C++
public:
virtual Control^ GetComponent()

Return Value

A Control that contains the "Component" attribute value.

See Also