We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218bb97 commit a27e06dCopy full SHA for a27e06d
Source/Menu/Options.cs
@@ -870,6 +870,11 @@ private void HelpIcon_Click(object sender, EventArgs _)
870
}
871
872
873
+ /// <summary>
874
+ /// Highlight the Help Icon if the user mouses over the icon or its control.
875
+ /// </summary>
876
+ /// <param name="sender"></param>
877
+ /// <param name="_"></param>
878
private void HelpIcon_MouseEnter(object sender, EventArgs _)
879
{
880
if (sender is PictureBox pb)
0 commit comments