Admin Production ni-theme
Current Publication

ATTR_NUM_CHILDREN

LabWindows/CVI

ATTR_NUM_CHILDREN

Type: Panel attribute
Description: The number of child panels in the panel you specify.

The panel attribute ATTR_FIRST_CHILD returns the handle for the first child panel in the parent panel. When you call GetPanelAttribute on this first child panel handle, ATTR_NEXT_PANEL returns the handle of the next sibling panel. On the last child panel, ATTR_NEXT_PANEL returns zero. Use the panel attribute ATTR_NUM_CHILDREN to get the total number of child panels in a panel.
Restrictions: Not settable.
Data Type: integer
LabWindows/CVI
Compatibility:
LabWindows/CVI 4.0 and later