MindFusion.UI for WebForms Programmer's Guide

Window.set_showIcon Method

See Also
 



Sets a value indicating whether the window will show an icon in the title bar.

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

 Syntax

JavaScript  Copy Code

function set_showIcon (value)

 Parameters

value

Type: Boolean
True if the window should show an icon, otherwise false.

 See Also