Table of Contents

Constructor TabPage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TabPage(Control, string?)

Initializes a new instance of the TabPage class.

public TabPage(Control parent, string? title = null)

Parameters

parent Control

Parent of the control.

title string

Page title.

TabPage()

Initializes a new instance of TabPage class.

public TabPage()

TabPage(string?)

Initializes a new instance of TabPage class with the specified title.

public TabPage(string? title)

Parameters

title string

Page title.