MindFusion.UI for WebForms Programmer's Guide

MenuItem.get_enabled Method

See Also
 



Gets a value indicating whether user interaction with this item is allowed.

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

 Syntax

JavaScript  Copy Code

function get_enabled ()

 Return Value

Type: Boolean
True if user interaction is allowed, otherwise false.

 See Also