Share via


DropDownControl.OnDropDownOpening Method

Raises the DropDownOpening event.

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

Syntax

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

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

Return Value

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