Returns True if the Gauge can handle mouse messages.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsEnabled()
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function IsEnabled As Boolean

See Also