C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputButton Class / Fragments Property

In This Topic
Fragments Property (RenderInputButton)
In This Topic
Gets a RenderFragmentCollection containing the fragments produced by the current object in the generated document.
Syntax
'Declaration
 
Public ReadOnly Property Fragments As RenderFragmentCollection
 
Remarks
This property always returns a non-null fragments collection, initializing it if it has not been initialized yet. Use RenderObject.HasFragments to test whether there are any fragments without initializing Fragments.
See Also