Gets or sets a value indicating whether the window will display the title of its content iframe.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public bool UseFrameTitle { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property UseFrameTitle As Boolean |
Property Value
Type: Boolean true if the control should try to use the internal iframe's title as its header text, otherwise false. The default is true.
See Also
|