public override Cursor GetCursor(PointF p) { if (combo.Hit(Point.Round(p))) { return(Cursors.Hand); } return(base.GetCursor(p)); }