T
Intersoft ClientUI Documentation
TextElementCollection<T> Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : TextElementCollection<T> Class






Provides standard facilities for creating and managing a type-safe, ordered collection of TextElement objects. This is a generic collection for working with objects of a specified type that derives from TextElement.

Object Model

TextElementCollection<T> Class

Syntax

Visual Basic (Declaration) 
Public Class TextElementCollection(Of T As TextElement) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
Visual Basic (Usage)Copy Code
Dim instance As TextElementCollection(Of T)
C# 
public class TextElementCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> where T: TextElement
Delphi 
public class TextElementCollection = class(System.Collections.ObjectModel.ObservableCollection)
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
public __gc class TextElementCollection<T> : public System.Collections.ObjectModel.ObservableCollection<T> where T: TextElement
C++/CLI 
generic<typename T>
public ref class TextElementCollection : public System.Collections.ObjectModel.ObservableCollection<T> where T: TextElement

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.Documents.TextElementCollection<T>
            Intersoft.Client.Documents.BlockCollection
            Intersoft.Client.Documents.InlineCollection
            Intersoft.Client.Documents.ListItemCollection
            Intersoft.Client.Documents.TableCellCollection
            Intersoft.Client.Documents.TableRowCollection
            Intersoft.Client.Documents.TableRowGroupCollection

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.