Table of Contents

Method RemoveAt

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

RemoveAt(int?)

Removes tab page with the specified index.

public virtual bool RemoveAt(int? index)

Parameters

index int?

The index of the tab page.

Returns

bool

true if tab page was removed, false otherwise.