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


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinNumericTextBox Class : CreateDefaultDropDownControl Method
Creates the default DropDownControl.
Syntax
'Declaration
 
Protected Overrides Function CreateDefaultDropDownControl() As Control
'Usage
 
Dim instance As WinNumericTextBox
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

WinNumericTextBox Class
WinNumericTextBox Members
Base Implementation in CreateDefaultDropDownControl