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 acb2d59 commit c1aa344Copy full SHA for c1aa344
src/System.Windows.Forms/System/Windows/Forms/Controls/MonthCalendar/MonthCalendar.cs
@@ -1428,6 +1428,8 @@ protected override void OnGotFocus(EventArgs e)
1428
{
1429
base.OnGotFocus(e);
1430
1431
+ NotifyWinEvent(AccessibleEvents.Focus);
1432
+
1433
if (IsAccessibilityObjectCreated)
1434
1435
((MonthCalendarAccessibleObject)AccessibilityObject).FocusedCell?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
0 commit comments