Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class / TextStyleKeyedCollection Constructor / TextStyleKeyedCollection Constructor(TextStyleKeyedCollection)

In This Topic
    TextStyleKeyedCollection Constructor(TextStyleKeyedCollection)
    In This Topic
    Copy constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textStyles As TextStyleKeyedCollection _
    )
    public TextStyleKeyedCollection( 
       TextStyleKeyedCollection textStyles
    )

    Parameters

    textStyles
    See Also