Xceed Grid for WinForms v4.3 Documentation
CreateDefaultDropDownControl Method (WinComboBox)


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > WinComboBox Class : CreateDefaultDropDownControl Method
Creates the default DropDownControl.
Syntax
'Declaration
 
Protected Overrides Function CreateDefaultDropDownControl() As Control
'Usage
 
Dim instance As WinComboBox
Dim value As Control
 
value = instance.CreateDefaultDropDownControl()
protected override Control CreateDefaultDropDownControl()

Return Value

A System.Windows.Forms.Control representing the default DropDownControl.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinComboBox Class
WinComboBox Members
Base Implementation in CreateDefaultDropDownControl