TreeViewDropDownButton Constructor (Image)
Initializes a new instance of the TreeViewDropDownButton class with the specified image.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
image As Image _
)
'Usage
Dim image As Image
Dim instance As New TreeViewDropDownButton(image)
public TreeViewDropDownButton(
Image image
)
public:
TreeViewDropDownButton(
Image^ image
)
new :
image:Image -> TreeViewDropDownButton
public function TreeViewDropDownButton(
image : Image
)
Parameters
- image
Type: System.Drawing.Image
An [Image] passed by reference that represents the icon of the tree view drop-down button.