Difference between revisions of "DesktopCanvas.Deactivated"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{EventBox | |
+ | | name=Deactivate | ||
+ | | owner=[[DesktopCanvas]] | ||
+ | | ownertype=class | ||
+ | | platform=all | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = The DesktopCanvas is deactivated. See the [[DesktopApplication]] and [[DesktopWindow]] Deactivated events. }} | ||
+ | |||
+ | ==Notes== | ||
+ | In a multiple window interface, the Deactivated event fires when the parent window is deactivated because another window has been brought to the front or a window belonging to another app becomes frontmost. In a single window app, the Deactivated event fires when a window belonging to another app becomes frontmost. |
Latest revision as of 18:22, 23 July 2021
Event
The DesktopCanvas is deactivated. See the DesktopApplication and DesktopWindow Deactivated events.
Notes
In a multiple window interface, the Deactivated event fires when the parent window is deactivated because another window has been brought to the front or a window belonging to another app becomes frontmost. In a single window app, the Deactivated event fires when a window belonging to another app becomes frontmost.