sItemSelected (SHORT)

      Index of the selected item.

      LIT_NONE

        No selected item.

        For a single selection list box, this implies that there is no selected item in the list box. For a multiple selection list box, this implies that there is no selected item in the list box whose index is higher than the index specified by the sItemStart parameter.

      Other
        Index of selected item. For a single selection list box, this is the index of the only selected item in the list box. For a multiple selection list box, this is the index of the next selected item in the list box whose index is higher than the index specified by the sItemStart parameter.

        If sItemStart is set to LIT_CURSOR, the index of the list-box item which currently has the cursor is returned.


      [Back] [Next]