Intersoft ClientUI Documentation
InlineCollection Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : InlineCollection Class






Represents a collection of Inline elements.

Object Model

InlineCollection Class

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Intersoft.Client.Documents.InlineCollectionConverter, Intersoft.Client.Documents, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Class InlineCollection 
   Inherits Intersoft.Client.Documents.TextElementCollection(Of Inline)
Visual Basic (Usage)Copy Code
Dim instance As InlineCollection
C# 
[TypeConverterAttribute("Intersoft.Client.Documents.InlineCollectionConverter, Intersoft.Client.Documents, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public class InlineCollection : Intersoft.Client.Documents.TextElementCollection<Inline> 
Delphi 
public class InlineCollection = class(Intersoft.Client.Documents.TextElementCollection)
JScript 
TypeConverterAttribute("Intersoft.Client.Documents.InlineCollectionConverter, Intersoft.Client.Documents, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public class InlineCollection extends Intersoft.Client.Documents.TextElementCollection
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Documents.InlineCollectionConverter, Intersoft.Client.Documents, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public __gc class InlineCollection : public Intersoft.Client.Documents.TextElementCollection<Inline> 
C++/CLI 
[TypeConverterAttribute("Intersoft.Client.Documents.InlineCollectionConverter, Intersoft.Client.Documents, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public ref class InlineCollection : public Intersoft.Client.Documents.TextElementCollection<Inline> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.Documents.TextElementCollection<T>
            Intersoft.Client.Documents.InlineCollection

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.