MindFusion.UI for WebForms Programmer's Guide

Menu.get_enabled Method

See Also
 



Gets a value indicating whether the control is enabled.

Namespace: MindFusion.UI.Web
Assembly: Menu.js

 Syntax

JavaScript  Copy Code

function get_enabled ()

 Return Value

Type: Boolean
True if the control is enabled, otherwise false.

 See Also