Share via


ToolStripTreeViewDropDown.ClosingStyle Property

Gets or sets a closing style for the control.

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

Syntax

'Declaration
Public Property ClosingStyle As ToolStripTreeViewDropDownClosingStyle
    Get
    Set
'Usage
Dim instance As ToolStripTreeViewDropDown
Dim value As ToolStripTreeViewDropDownClosingStyle

value = instance.ClosingStyle

instance.ClosingStyle = value
public ToolStripTreeViewDropDownClosingStyle ClosingStyle { get; set; }
public:
property ToolStripTreeViewDropDownClosingStyle ClosingStyle {
    ToolStripTreeViewDropDownClosingStyle get ();
    void set (ToolStripTreeViewDropDownClosingStyle value);
}
member ClosingStyle : ToolStripTreeViewDropDownClosingStyle with get, set
function get ClosingStyle () : ToolStripTreeViewDropDownClosingStyle
function set ClosingStyle (value : ToolStripTreeViewDropDownClosingStyle)

Property Value

Type: Microsoft.SqlServer.Management.Controls.ToolStripTreeViewDropDownClosingStyle
One of the ToolStripTreeViewDropDownClosingStyle values.