Narrator support for toast notifications https://github.com/seerge/g-helper/issues/2035

This commit is contained in:
Serge
2024-02-06 18:21:26 +01:00
parent d428bfa3c8
commit 5875c1ed2c

View File

@@ -156,6 +156,12 @@ namespace GHelper.Helpers
Show(); Show();
timer.Start(); timer.Start();
Program.settingsForm.AccessibilityObject.RaiseAutomationNotification(
System.Windows.Forms.Automation.AutomationNotificationKind.ActionCompleted,
System.Windows.Forms.Automation.AutomationNotificationProcessing.MostRecent,
text);
}); });
} }