Share via


TreeViewDropDownButton Constructor (String)

Initializes a new instance of the TreeViewDropDownButton class with the specified text.

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

Syntax

'Declaration
Public Sub New ( _
    text As String _
)
'Usage
Dim text As String

Dim instance As New TreeViewDropDownButton(text)
public TreeViewDropDownButton(
    string text
)
public:
TreeViewDropDownButton(
    String^ text
)
new : 
        text:string -> TreeViewDropDownButton
public function TreeViewDropDownButton(
    text : String
)

Parameters

  • text
    Type: System.String
    A string, passed by reference that represents the text value of the drop down button.