MindFusion.UI for WebForms Programmer's Guide

EnabledInteraction Enumeration

See Also
 



Specifies the enabled interactions on a window.

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

 Syntax

JavaScript  Copy Code

// enum
EnabledInteraction = {}

 Members

  Member name Description

All

Value: 127. All interactions are allowed.

Close

Value: 64. The window can be closed.

Drag

Value: 1. The window can be dragged.

Maximize

Value: 8. The window can be maximized.

Minimize

Value: 4. The window can be minimized.

None

Value: 0. No interactions are allowed.

Pin

Value: 16. The window can be pinned.

Refresh

Value: 32. The window can be refreshed.

Resize

Value: 2. The window can be resized.

 See Also