PrintDocument for WinForms
Children プロパティ (OutlineNode)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OutlineNode クラス : Children プロパティ
Gets the collection of child nodes of the current node. Note that accessing this property initializes the collection if it has not been initialized yet. To test whether there are child nodes without this side effect, use the OutlineNode.HasChildren property.
シンタックス
'宣言
 
Public ReadOnly Property Children As OutlineNodeCollection
'使用法
 
Dim instance As OutlineNode
Dim value As OutlineNodeCollection
 
value = instance.Children
public OutlineNodeCollection Children {get;}
参照

OutlineNode クラス
OutlineNode メンバ