Table of Contents

Method FindStringExact

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

FindStringExact(string)

Finds the first item in the combo box that matches the specified string.

public virtual int? FindStringExact(string s)

Parameters

s string

The string to search for.

Returns

int?

The zero-based index of the first item found; returns null if no match is found.

Remarks

The search performed by this method is not case-sensitive.