CueBanner Property (RibbonTextBox)
In This Topic
Gets or sets the textual cue, or tip, that is displayed by RibbonTextBox to prompt the user for information.
Syntax
'Declaration
Public Property CueBanner As String
public string CueBanner {get; set;}
See Also