Search
Window.useFrameTitle Property
See Also
 






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

Namespace: MindFusion.Common.UI
File: Window.js

 Syntax

JavaScript  Copy Code

get useFrameTitle() {}

 Property Value

Boolean. true if the window should display the iframe title, otherwise false

 See Also