I have a WinForms C# project targeting .Net Framework 4.7.2 with a form which includes a group box. There is no Click event for this control visible from VS2022 when showing control properties via right-click and selecting events, despite MS documentation (https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.groupbox.click?view=netframework-4.7.2) indicating that it exists.