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

C1.WPF.RichTextBox アセンブリ > 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 の型がわからなくても、ドキュメントツリーを簡単に操作することができます。これにより、無効なドキュメントの作成が可能に なりますが、C1TextElement.IsValidChild を使用すると、ある型がこの C1TextElement の有効な 子かどうかを確認できます。
参照

C1TextElement クラス
C1TextElement メンバ