Prev Next
TreeView_Expand info Overview GroupThe TreeView_Expand macro expands or collapses the list of child items, if any, associated with the specified parent item. You can use this macro or explicitly send the TVM_EXPAND message. BOOL TreeView_Expand(
Parameters
Return ValuesReturns TRUE if any change took place or FALSE otherwise. RemarksThis macro does not send the TVN_ITEMEXPANDING and TVN_ITEMEXPANDED notification messages to the parent window. See AlsoTVM_EXPAND, TVN_ITEMEXPANDED, TVN_ITEMEXPANDING
|