TextControl.SetCueBanner Method (String) | |
Add a cue banner to the Edit control that has inherited from this class.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetCueBanner(
cText AS STRING
) AS LOGIC
public virtual bool SetCueBanner(
string cText
)
Request Example
View SourceParameters
- cText
- Type: String
The text displayed as the cue.
Return Value
Type:
LogicRemarks
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