Share via


CVSListBox::GetCount

Retrieves the number of strings in an editable list control.

virtual int GetCount() const;

Return Value

The number of items in the list control.

Remarks

Note that the count is one greater than the index value of the last item because the index is zero-based.

Requirements

Header: afxvslistbox.h

See Also

Reference

CVSListBox Class

Hierarchy Chart