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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : Children プロパティ
Gets the collection of child styles (i.e. Style objects that have their Style.Parent set to the current style).
シンタックス
'宣言
 
Public ReadOnly Property Children As StyleCollection
'使用法
 
Dim instance As Style
Dim value As StyleCollection
 
value = instance.Children
public StyleCollection Children {get;}
解説
This method always returns a non-null collection of child styles, initializing it if it did not exist. To test whether a style already has child styles without creating the Style.Children collection, use the Style.HasChildren property.
参照

Style クラス
Style メンバ