MindFusion.UI for WebForms Programmer's Guide

TabPage Constructor (String)

See Also
 





Initializes a new instance of the TabPage class.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public TabPage (
    string title
)

Visual Basic  Copy Code

Public New ( _
    title As String _
)

 Parameters

title

Type: String
The title of the tab page.

 See Also