DesktopComboBox.Hint
From Xojo Documentation
Property (As String )
aDesktopComboBox.Hint = newStringValue
or
StringValue = aDesktopComboBox.Hint
New in 2021r3
Supported for all project types and targets.
or
StringValue = aDesktopComboBox.Hint
New in 2021r3
Supported for all project types and targets.
Text that appears inside the combobox providing a hint about what to enter.
Sample Code
This example is in the Opening event of the control:
Me.Hint = "Search"