强制弹出下拉框时鼠标会消失,可以设置鼠标解决
SetCursor(Cursors.Arrow.Handle);
this.comboBox.DroppedDown = true;
[System.Runtime.InteropServices.DllImport("user32.dll")]
public static extern IntPtr SetCursor(IntPtr cursorHandle);