Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / WinComboBox Class / WinComboBox Constructor / WinComboBox Constructor(EnhancedBorderStyle)
An EnhancedBorderStyle value representing the border style of the WinComboBox.


In This Topic
    WinComboBox Constructor(EnhancedBorderStyle)
    In This Topic
    Initializes a new instance of the WinComboBox control specifying its border style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal borderStyle As EnhancedBorderStyle _
    )
    'Usage
     
    Dim borderStyle As EnhancedBorderStyle
     
    Dim instance As New WinComboBox(borderStyle)
    public WinComboBox( 
       EnhancedBorderStyle borderStyle
    )

    Parameters

    borderStyle
    An EnhancedBorderStyle value representing the border style of the WinComboBox.
    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