Share via


CueBanner.GetCue Method

Retrieves the current cue value for the specified component.

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

Syntax

'Declaration
Public Function GetCue ( _
    extendee As Component _
) As String
'Usage
Dim instance As CueBanner
Dim extendee As Component
Dim returnValue As String

returnValue = instance.GetCue(extendee)
public string GetCue(
    Component extendee
)
public:
String^ GetCue(
    Component^ extendee
)
member GetCue : 
        extendee:Component -> string 
public function GetCue(
    extendee : Component
) : String

Parameters

Return Value

Type: System.String
A string representing the current cue value.