Table of Contents

Method SetTitle

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

SetTitle(int?, string?)

Sets title of the specified tab page.

public virtual bool SetTitle(int? index, string? value)

Parameters

index int?

Index of the tab page.

value string

New title of the tab page.

Returns

bool