Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinPanel Class / CreateDefaultDropDownControl Method


In This Topic
    CreateDefaultDropDownControl Method (WinPanel)
    In This Topic
    Creates the default DropDownControl.
    Syntax
    'Declaration
     
    Protected Overridable Function CreateDefaultDropDownControl() As Control
    'Usage
     
    Dim instance As WinPanel
    Dim value As Control
     
    value = instance.CreateDefaultDropDownControl()
    protected virtual 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