Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / TextSurrogate Class / TextSurrogate Constructor

In This Topic
    TextSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As Text _
    )
    public TextSurrogate( 
       Text text
    )

    Parameters

    text
    See Also