ShopToolsUtilSelectItem Method

The select the first specified item in the provided list by item text.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static void SelectItem(
	ComboBox comboBox,
	string text,
	bool caseSensitive = false
)

Parameters

comboBox  ComboBox
Reference to the combobox to search.
text  String
The text to search for.
caseSensitive  Boolean  (Optional)
Optional value indicating whether to perform a case-sensitive search. Default = false.

See Also