Table of Contents

Property this

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

this[int]

Gets toolbar at the specified index.

public ToolBar this[int index] { get; }

Parameters

index int

The zero-based index of the toolbar to get.

Property Value

ToolBar

The toolbar at the specified index.