Retrieves whether the cue banner is shown when the TextBox has focus.

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

Syntax

C#
public bool GetShowCueWhenFocused(
	TextBox textBox
)
Visual Basic
Public Function GetShowCueWhenFocused ( 
	textBox As TextBox
) As Boolean
Visual C++
public:
bool GetShowCueWhenFocused(
	TextBox^ textBox
)
F#
member GetShowCueWhenFocused : 
        textBox : TextBox -> bool 

Parameters

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

Return Value

Type: Boolean
The value indicating whether the cue banner is shown when the specified TextBox has focus.

See Also