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 |
The text from the edit control portion of the specified combo box, or the empty string on fail
none
'print the text from a combo box PRINT WinXComboBox_GetEditText$ (hCombo) |
WinXComboBox_GetSelection
WinXComboBox_SetEditText
WinXComboBox_GetItem$