TreeViewDropDownButton Class
Provides information for the TreeViewDropdownButton class. Inherits from ToolStripDropDownButton class.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.ToolStripItem
System.Windows.Forms.ToolStripDropDownItem
System.Windows.Forms.ToolStripDropDownButton
Microsoft.SqlServer.Management.Controls.TreeViewDropDownButton
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class TreeViewDropDownButton _
Inherits ToolStripDropDownButton
'Usage
Dim instance As TreeViewDropDownButton
public class TreeViewDropDownButton : ToolStripDropDownButton
public ref class TreeViewDropDownButton : public ToolStripDropDownButton
type TreeViewDropDownButton =
class
inherit ToolStripDropDownButton
end
public class TreeViewDropDownButton extends ToolStripDropDownButton
The TreeViewDropDownButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TreeViewDropDownButton() | Initializes a new instance of the TreeViewDropDownButton class with the default property values. | |
TreeViewDropDownButton(Image) | Initializes a new instance of the TreeViewDropDownButton class with the specified image. | |
TreeViewDropDownButton(String) | Initializes a new instance of the TreeViewDropDownButton class with the specified text. | |
TreeViewDropDownButton(String, Image) | Initializes a new instance of the TreeViewDropDownButton class with the specified text and image. |
Top
Properties
Top
Methods
Top
Events
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDropTarget.OnDragDrop | (Inherited from ToolStripItem.) | |
IDropTarget.OnDragEnter | (Inherited from ToolStripItem.) | |
IDropTarget.OnDragLeave | (Inherited from ToolStripItem.) | |
IDropTarget.OnDragOver | (Inherited from ToolStripItem.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.