ChartNodeGetComponent Method |
Gets the "Component" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Control GetComponent()
Public Overridable Function GetComponent As Control
public:
virtual Control^ GetComponent()
abstract GetComponent : unit -> Control
override GetComponent : unit -> Control
Return Value
Type:
Control
A
Control that contains the "Component" attribute value.
See Also