Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinTextBox Class / WinTextBox Constructor / WinTextBox Constructor(EnhancedBorderStyle)
An EnhancedBorderStyle value representing the WinTextBox's border.


    WinTextBox Constructor(EnhancedBorderStyle)
    Initializes a new instance of the WinTextBox class specifying its border style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal borderStyle As EnhancedBorderStyle _
    )
     
    'Usage
     
    Dim borderStyle As EnhancedBorderStyle
     
    Dim instance As New WinTextBox(borderStyle)

    Parameters

    borderStyle
    An EnhancedBorderStyle value representing the WinTextBox's border.
    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