ClassInlineCollection
Class
Represents a collection of inline elements within a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class InlineCollection : SpecializedDocumentElementCollection<Inline>, ICollection<Inline>, IEnumerable<Inline>, IList, ICollection, IEnumerable
Inheritance: objectSpecializedDocumentElementCollection<Inline>InlineCollection
Implements:
Inherited Members
Constructors
InlineCollection(DocumentElementCollection)
Declaration
cs-api-definition
public InlineCollection(DocumentElementCollection toWrap)
Parameters
toWrap
Methods
VerifyChildrenOverride(Inline)
Declaration
cs-api-definition
protected override void VerifyChildrenOverride(Inline item)
Parameters
item
Overrides