Gets or sets whether mouse events are enabled.
Namespace: MindFusion.Controls
File: Control.js
SyntaxJavaScript
Copy Code
|
|---|
get enabled() {} |
Type: Boolean
Boolean
true if the control should respond to mouse events, or false otherwise.
See Also