Value | Description | Numeric Equivalent |
---|---|---|
RB_NOSELECT | The Property Option Menu of the clicked node will drop down (none will drop down if no node is clicked on). The same node will remain selected. The default for TVF_CLASSIC style. | 0 |
RB_SELECT | The Property Option Menu of the clicked node will drop down (none will drop down if no node is clicked on). The newly clicked-on node will become selected. The default for TVF_EXTENDED or TVF_CURRENT. | 2 |
RB_SELECT_ON_DROPDOWN | The Property Option Menu of the clicked node will drop down (none will drop down if no node is clicked on). The newly clicked-on node will become temporarily selected while the menu is dropped down. Selection will revert to the previously selected node when the menu closes up. | 3 |