Retrieves the cue banner text associated with the specified TextBox.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public string GetCueBanner(
	TextBox textBox
)
Visual Basic
Public Function GetCueBanner ( 
	textBox As TextBox
) As String
Visual C++
public:
String^ GetCueBanner(
	TextBox^ textBox
)
F#
member GetCueBanner : 
        textBox : TextBox -> string 

Parameters

textBox
Type: System.Windows.Forms..::..TextBox
The TextBox for which to retrieve the cue banner.

Return Value

Type: String
The cue banner for the specified TextBox.

See Also