Intersoft ClientUI Documentation
TextElementCollection<T> Constructor(TextElement)
See Also  Send Feedback
Intersoft.Client.Documents Namespace > TextElementCollection<T> Class > TextElementCollection<T> Constructor : TextElementCollection<T> Constructor(TextElement)






owner
Initializes a new instance of the TextElement class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As TextElement _
)
Visual Basic (Usage)Copy Code
Dim owner As TextElement
 
Dim instance As New TextElementCollection(Of T)(owner)
C# 
public TextElementCollection<T>( 
   TextElement owner
)
Delphi 
public TextElementCollection<T>( 
    owner: TextElement
); 
JScript 
public function TextElementCollection<T>( 
   owner : TextElement
);
Managed Extensions for C++ 
public: TextElementCollection<T>( 
   TextElement* owner
)
C++/CLI 
public:
TextElementCollection<T>( 
   TextElement^ owner
)

Parameters

owner

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.