MindFusion.UI for WebForms Programmer's Guide

Window.get_useFrameTitle Method

See Also
 



Gets a value indicating whether the window will display the title of its content iframe.

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

 Syntax

JavaScript  Copy Code

function get_useFrameTitle ()

 Return Value

Type: Boolean
True if the Window should display the iframe title, otherwise false

 See Also