[WinForms] Display caret while click on ComboBox (#18523)
commitef053161074d290e5ea095109350710e2a288bff
authorNikita Voronchev <nikita.voronchev@ru.axxonsoft.com>
Mon, 27 Jan 2020 16:00:33 +0000 (27 19:00 +0300)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 27 Jan 2020 16:00:33 +0000 (27 17:00 +0100)
treec9c9e4426aa1999ffcc6530fe6d35ed46920d455
parent1fd0748362e9014469fc7e6390826c7a5fdab027
[WinForms] Display caret while click on ComboBox (#18523)

If one click on a `ComboBox` the caret does not appear. This is so because `document.PositionCaret` call hides the caret.
mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxBase.cs