ASP.NET Pack Programmer's Guide
TabPage.UseFrameTitle Property
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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

TabPage Members
TabPage Class
MindFusion.UI.WebForms Namespace