[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  LbxGetItem( hWnd, nItem )-> <cText>
------------------------------------------------------------------------------


 PARAMETER:

  <hWnd>        Is the handle that identifies the listbox control whose
                text is to be retrieved.

  <nItem>       Identifies the index of the item, where 1 is the first
                element. 
              

 RETURNS:

  <cText> is the text associated to that ListBox item.


 DESCRIPTION:

  LbxGetItem() is used by the GetItem method of FiveWin's TListBox class.
  It retrieves a specified string from the listbox control by sending it a
  LB_GETTEXT message.


 SOURCE:

  SOURCE\WINAPI\LBX.C



See Also: GetItem LbxGetSelItems
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson