MindFusion.UI for WebForms Programmer's Guide

Menu.set_enabled Method

See Also
 



Sets a value indicating whether the control is enabled.

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

 Syntax

JavaScript  Copy Code

function set_enabled (value)

 Parameters

value

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

 See Also