RichTextBox for WinRT
Children Property (C1TextElement)


Get all children of this C1TextElement.
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.ObjectModel.Collection(Of C1TextElement)
'Usage
 
Dim instance As C1TextElement
Dim value As System.Collections.ObjectModel.Collection(Of C1TextElement)
 
value = instance.Children
public System.Collections.ObjectModel.Collection<C1TextElement> Children {get;}
Remarks
This collection can be used to easily manipulate the document tree without knowing the type of this C1TextElement. Note that this allows you to create invalid documents, you can use IsValidChild to know if a type is a valid child of this C1TextElement.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TextElement Class
C1TextElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback