Table of Contents

Method Append

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

Append(string)

Appends an item with the specified string to the end of the list box.

int Append(string s)

Parameters

s string

The string to append.

Returns

int

The zero-based index of the newly appended item.