ShopToolsUtilSelectItem Method
The select the first specified item in the provided list by item text.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static void SelectItem(
ComboBox comboBox,
string text,
bool caseSensitive = false
)
Public Shared Sub SelectItem (
comboBox As ComboBox,
text As String,
Optional caseSensitive As Boolean = false
)
No code example is currently available or this language may not be supported.
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.