BOOL SelectItem( HTREEITEM hItem );
Return Value
Nonzero if successful; otherwise 0.
Parameters
hItem
Handle of a tree item.
Remarks
Call this function to select the given tree view item. If hItem is NULL, then this function selects no item.
CTreeCtrl Overview | Class Members | Hierarchy Chart
See Also CTreeCtrl::Select, CTreeCtrl::GetSelectedItem, CTreeCtrl::SelectDropTarget