Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinNumericTextBox Class / WinNumericTextBox Constructor / WinNumericTextBox Constructor(WinNumericTextBox)
The WinNumericTextBox to use as a template.


In This Topic
    WinNumericTextBox Constructor(WinNumericTextBox)
    In This Topic
    Initializes a new instance of the WinNumericTextBox class specifying the WinNumericTextBox control that will be used as a template.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal template As WinNumericTextBox _
    )
    'Usage
     
    Dim template As WinNumericTextBox
     
    Dim instance As New WinNumericTextBox(template)
    protected WinNumericTextBox( 
       WinNumericTextBox template
    )

    Parameters

    template
    The WinNumericTextBox to use as a template.
    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