Click or drag to resize

ComboBox.SetCueBanner Method (Usual)

X#
Add a cue banner to the Edit portion of the ComboBox control.

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

Parameters

cTitle (Optional)
Type: Usual
The text displayed as the cue.

Return Value

Type: Usual
Remarks
A cue banner is text displayed in an edit control, usually indicating the purpose of the control or prompting for the type of input required. When the control gets focus or has text in it the cue is no longer displayed.
See Also