ChartNodeIsWebControl Property |
Indicates whether this is a web control.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool IsWebControl { get; }
Public ReadOnly Property IsWebControl As Boolean
Get
public:
property bool IsWebControl {
bool get ();
}
member IsWebControl : bool with get
Property Value
Type:
Boolean
A
bool which is
true if the node is a
WebControl.
See Also