The document summarizes navigation keys that can be used to control a tree control when it has focus. The down and up arrow keys move selection up and down one item. The right arrow opens branch nodes and moves to the first child, while the left arrow closes branches and selects the parent. The spacebar and asterisk keys toggle open and closed states of branch nodes. Page up and down move selection up and down one page. Control and shift allow for multiple non-contiguous and contiguous selections respectively when allowMultipleSelection is true.