Share via


DropDownControl.CreateDropDownPanel Method

Indicates a method that creates a drop-down panel.

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

Syntax

'Declaration
Protected Overridable Function CreateDropDownPanel As ToolStripDropDown
'Usage
Dim returnValue As ToolStripDropDown

returnValue = Me.CreateDropDownPanel()
protected virtual ToolStripDropDown CreateDropDownPanel()
protected:
virtual ToolStripDropDown^ CreateDropDownPanel()
abstract CreateDropDownPanel : unit -> ToolStripDropDown 
override CreateDropDownPanel : unit -> ToolStripDropDown 
protected function CreateDropDownPanel() : ToolStripDropDown

Return Value

Type: System.Windows.Forms.ToolStripDropDown
The drop-down panel for the control.