Click, DoubleClick vs MouseClick and MouseDoubleClick events
问题 I just found out that there are 4 similarly names events for NotifyIcon named Click , DoubleClick , MouseClick and MouseDoubleClick . The description text for them says Occurs when the component is (double-)clicked [with mouse]. But what else can you click elements with except mouse? I tried clicking it with mouse and pressing Enter after some tricky selection stuff with arrow keys and tabbing. Clicking with mouse fires both events, but pressing Enter only fires the Click event. What other