Share via


SwitcherViewPanel.Text Property

Gets or sets the text content of the control.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property Text As String
    Get
    Set
'Usage
Dim instance As SwitcherViewPanel
Dim value As String

value = instance.Text

instance.Text = value
[BrowsableAttribute(true)]
public string Text { get; set; }
[BrowsableAttribute(true)]
public:
virtual property String^ Text {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<BrowsableAttribute(true)>]
abstract Text : string with get, set
[<BrowsableAttribute(true)>]
override Text : string with get, set
final function get Text () : String
final function set Text (value : String)

Property Value

Type: System.String
The text displayed in the control.

Implements

IView.Text