Table of Contents

Method GetTabButton

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

GetTabButton(int)

Gets the tab button at the specified index.

public virtual SimpleToolBarView.IToolBarItem? GetTabButton(int index)

Parameters

index int

The index of the tab button to get.

Returns

SimpleToolBarView.IToolBarItem

The tab button at the specified index, or null if the index is out of range.