Prev Next
TreeView_GetCount info Overview GroupThe TreeView_GetCount macro retrieves a count of the items in a tree-view control. You can use this macro or explicitly send the TVM_GETCOUNT message. UINT TreeView_GetCount(
Parameters
Return ValuesReturns the count of items. See Also |