Click or drag to resize

Window.ComboBoxExEndEdit Method

X#
A callback method that is invoked when a ComboBoxEx control sends an 'EndEdit' notification message

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ComboBoxExEndEdit(
	oComboBoxExEndEditEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oComboBoxExEndEditEvent (Optional)
Type: Usual
An object that has the information about the event

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
Provide a method that is invoked when a ComboBoxEx controls sends a CBEN_ENDEDIT message.
See Also