C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / GetOwnedObjectCount Method

In This Topic
GetOwnedObjectCount Method (RenderInputCheckBox)
In This Topic
Calculates the number of objects which are owned by the current object.
Syntax
'Declaration
 
Public Function GetOwnedObjectCount() As Integer
 

Return Value

The number of owned objects.
Remarks

This method takes into account:

  • Child objects and their children;
  • Objects which are specified in page layouts (such as PageHeader, PageFooter etc.).
See Also