PyCComboBox.LimitText

int = LimitText(max)

Limits the amount of text the edit portion of a combo box can hold.

Parameters

max : int

The maximum number of characters the user can enter. If zero, the size is set to (virtually) unlimited.

MFC References

CComboBox::LimitText