Table of Contents

Method Insert

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

Insert(int?, Control)

Inserts new page at the specified index.

public virtual int Insert(int? index, Control control)

Parameters

index int?

The position at which to insert the tab.

control Control

Control.

Returns

int

Created page index.

Insert(int?, string, Control?)

Inserts new page at the specified index.

public virtual int Insert(int? index, string title, Control? control = null)

Parameters

index int?

The position at which to insert the tab.

title string

Page title.

control Control

Control.

Returns

int

Created page index.