TextControl.SetCueBanner Method | |
Add a cue banner to the Edit control that has inherited from this class.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetCueBanner(
cText,
hControl
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetCueBanner(
Usual cText = default,
Usual hControl = default
)
Request Example
View SourceParameters
- cText (Optional)
- Type: Usual
The text displayed as the cue. - hControl (Optional)
- Type: Usual
The optional handle of the edit control to add the cue too. The default is the control that the method is called against.
Return Value
Type:
UsualRemarks
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