Retrieves the cue banner text associated with the specified
TextBox.
Namespace: System.Extensions.Windows.FormsAssembly: 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
|
Return Value
Type:
StringThe cue banner for the specified
TextBox.
See Also