Pins or unpins a dialog window.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function pin(isPinned);

Parameters

isPinned
Type: System..::..Boolean
Indicates whether dialog should be pinned or not.

Remarks

Pinned dialog can not be dragged and stays at the same location in the browser window during scrolling.

See Also