2 references to CB_LIMITTEXT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
853
if (IsHandleCreated) SendMessage(NativeMethods.
CB_LIMITTEXT
, value, 0);
2429
SendMessage(NativeMethods.
CB_LIMITTEXT
, MaxLength, 0);