mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Narrator support for toast notifications https://github.com/seerge/g-helper/issues/2035
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user