Retrieves whether the cue banner is shown when the
TextBox has focus.
Namespace: System.Extensions.Windows.FormsAssembly: 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
|
Return Value
Type:
BooleanThe value indicating whether the cue banner is shown when the specified
TextBox has focus.
See Also