Contents
|
PyCComboBox
.GetLBTextLen
int =
GetLBTextLen(
index
)
Returns the length of a string in the list of a combobox.
Parameters
index
: int
The index of the item to return the length of.
MFC References
CComboBox::GetLBTextLen rdesc Returns the length of the string (in bytes), or raises an exception on error.