property Items.HoistItem as HITEM
Gets or sets the handle of the hoisted item, promoting it and all its visible children to the top level without altering their content or properties.

TypeDescription
HITEM A long value that is either 0 (no hoisted item, all items are shown) or the handle of a hoisted item, which is promoted along with its visible children to the top level without changing their content or properties 
By default, the HoistItem property is 0, meaning no item is hoisted and all rows are displayed in their normal hierarchical structure. The HoistItem property gets or sets the handle of the row to be hoisted. A hoisted row is promoted from its current position in the hierarchy and displayed as a top-level row, without modifying its content or properties. All visible child rows of the hoisted row are also promoted and displayed at the top level, while maintaining their relative hierarchy to the hoisted row. 

By default, 

For reference, related properties such as SelectedItem, FocusItem, and ItemByIndex return the currently selected row, the row with focus, or the row identified by its index, respectively.