WinXComboBox_GetEditText$


text$ = WinXComboBox_GetEditText$ (hCombo)

Gets the text from the edit control portion of a combo box

Parameter Description
hCombo The handle to the combo box

Returns

The text from the edit control portion of the specified combo box, or the empty string on fail

Remarks

none

Examples

'print the text from a combo box
PRINT WinXComboBox_GetEditText$ (hCombo)

Related Links

WinXComboBox_GetSelection
WinXComboBox_SetEditText
WinXComboBox_GetItem$