Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / TextInput Constructor
Indicates to re-locates controls' position manually.


In This Topic
    TextInput Constructor
    In This Topic
    Creates a new text input.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal reLocation As Boolean _
    )
    'Usage
     
    
    Dim reLocation As Boolean
     
    Dim instance As New TextInput(reLocation)
    public TextInput( 
       bool reLocation
    )

    Parameters

    reLocation
    Indicates to re-locates controls' position manually.
    See Also