RichTextBox for WPF
Children プロパティ (C1TextElement)

C1.WPF.RichTextBox.4.5.2 アセンブリ > C1.WPF.RichTextBox.Documents 名前空間 > C1TextElement クラス : Children プロパティ
この C1TextElement のすべての子を取得します。
シンタックス
'宣言
 
Public ReadOnly Property Children As System.Collections.ObjectModel.Collection(Of C1TextElement)
public System.Collections.ObjectModel.Collection<C1TextElement> Children {get;}
解説
このコレクションを使用すると、この C1TextElementの型がわからなくても、ドキュメントツリーを簡単に操作することができます。これにより、無効なドキュメントの作成が可能になりますが、 IsValidChildを使用すると、ある型がこの C1TextElement の有効な子かどうかを確認できます。
参照

C1TextElement クラス
C1TextElement メンバ