Share via


CueBanner.SetCue Method

Specifies the cue text for the CueBanner class for the combo box or text box.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Sub SetCue ( _
    extendee As Component, _
    value As String _
)
'Usage
Dim instance As CueBanner
Dim extendee As Component
Dim value As String

instance.SetCue(extendee, value)
public void SetCue(
    Component extendee,
    string value
)
public:
void SetCue(
    Component^ extendee, 
    String^ value
)
member SetCue : 
        extendee:Component * 
        value:string -> unit 
public function SetCue(
    extendee : Component, 
    value : String
)

Parameters

  • value
    Type: System.String
    A string that represents the cue text.