1 write to MaxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
234
set { ComboBox.
MaxLength
= value; }
4 references to MaxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
698
if (
MaxLength
!= value)
2269
if (
MaxLength
> 0)
2271
PInvokeCore.SendMessage(this, PInvoke.CB_LIMITTEXT, (WPARAM)
MaxLength
);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
233
get { return ComboBox.
MaxLength
; }