Skip to content

Commit a27e06d

Browse files
author
Chris Jakeman
committed
adds a code comment
1 parent 218bb97 commit a27e06d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/Menu/Options.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,11 @@ private void HelpIcon_Click(object sender, EventArgs _)
870870
}
871871
}
872872

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>
873878
private void HelpIcon_MouseEnter(object sender, EventArgs _)
874879
{
875880
if (sender is PictureBox pb)

0 commit comments

Comments
 (0)