Indicates whether this is a web control.

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

Syntax

C#
public bool IsWebControl { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsWebControl As Boolean
Visual C++
public:
property bool IsWebControl {
	bool get ();
}

Field Value

A bool which is true if the node is a WebControl.

See Also