Share via


DropDownControl.Text Property

Gets or sets the text in the control.

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

Syntax

'Declaration
Public Overrides Property Text As String
    Get
    Set
'Usage
Dim instance As DropDownControl
Dim value As String

value = instance.Text

instance.Text = value
public override string Text { get; set; }
public:
virtual property String^ Text {
    String^ get () override;
    void set (String^ value) override;
}
abstract Text : string with get, set
override Text : string with get, set
override function get Text () : String
override function set Text (value : String)

Property Value

Type: System.String
Gets the specified text in the control.