ToolStripTreeViewDropDownClosingStyle Enumeration
Specifies the closing style of the tree view control.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Enumeration ToolStripTreeViewDropDownClosingStyle
'Usage
Dim instance As ToolStripTreeViewDropDownClosingStyle
public enum ToolStripTreeViewDropDownClosingStyle
public enum class ToolStripTreeViewDropDownClosingStyle
type ToolStripTreeViewDropDownClosingStyle
public enum ToolStripTreeViewDropDownClosingStyle
Members
Member name | Description | |
---|---|---|
AnyNodeClick | Specifies that the tree view drop-down control can be closed by clicking on any node. | |
LeafOnlyNodeClick | Specifies that the tree view drop-down control can be closed by clicking on the leaf only. |