ListBox.GetItemText
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
ListBox.GetItemText
Syntax
ListBox.GetItemText( itemIdx)
Return Value
Purpose
Returns the text of the item at a specified index.
Parameters
itemIdx As Long
[In] Specifies the zero-based index of the item to return. Pass the ListBox.ItemIndex property or pass -1 to obtain the text of the currently selected item.