MindFusion.UI for WebForms Programmer's Guide

Rating.set_enabled Method

See Also
 



Sets a value indicating whether user interaction with this control is allowed.

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

 Syntax

JavaScript  Copy Code

function set_enabled (value)

 Parameters

value

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

 See Also