MindFusion.UI for WebForms Programmer's Guide

Window.get_showIcon Method

See Also
 



Gets 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 get_showIcon ()

 Return Value

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

 See Also