MindFusion.UI for WebForms Programmer's Guide

TabPage.set_useFrameTitle Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function set_useFrameTitle (value)

 Parameters

value

Type: Boolean
True if the TabPage header should display the iframe title, otherwise false.

 See Also