DBStatusBar.SetText Method

Sets the status bar text.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function SetText ( _
    possibleOwner As DBStatusBarOwner, _
    pszText As String _
) As Boolean
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim pszText As String
Dim returnValue As Boolean

returnValue = instance.SetText(possibleOwner, _
    pszText)
public bool SetText(
    DBStatusBarOwner possibleOwner,
    string pszText
)
public:
virtual bool SetText(
    DBStatusBarOwner^ possibleOwner, 
    String^ pszText
) sealed
public final function SetText(
    possibleOwner : DBStatusBarOwner, 
    pszText : String
) : boolean
abstract SetText : 
        possibleOwner:DBStatusBarOwner * 
        pszText:string -> bool 
override SetText : 
        possibleOwner:DBStatusBarOwner * 
        pszText:string -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DBStatusBar Class

DBStatusBar Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace