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