Share via


DropDownTreeView.OnDropDownOpening Method

Retrieves a value that indicates the DropDown control to open.

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

Syntax

'Declaration
Protected Overrides Function OnDropDownOpening As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.OnDropDownOpening()
protected override bool OnDropDownOpening()
protected:
virtual bool OnDropDownOpening() override
abstract OnDropDownOpening : unit -> bool 
override OnDropDownOpening : unit -> bool 
protected override function OnDropDownOpening() : boolean

Return Value

Type: System.Boolean
true if the DropDown control opens; otherwise, false.