MindFusion.UI for WebForms Programmer's Guide

Window.setPin Method

See Also
 



Sets a value, indicating whether this Window should be pinned.

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

 Syntax

JavaScript  Copy Code

function setPin (value)

 Parameters

value

Type: Boolean
True if the Window should be pinned, otherwise false.

 See Also