Difference between revisions of "DesktopContainer.Window"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=Window | ||
+ | | owner=[[DesktopContainer]] | ||
+ | | ownertype=class | ||
+ | | scope=public | ||
+ | | type=[[Window]] | ||
+ | | platform=all | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = Gets the containing window. }} | ||
+ | |||
+ | Multiple levels of embedding are permitted, so this window may not be the highest level window. |
Revision as of 19:12, 23 July 2021
Property (As Window )
aDesktopContainer.Window = newWindowValue
or
WindowValue = aDesktopContainer.Window
New in 2021r3
Supported for all project types and targets.
or
WindowValue = aDesktopContainer.Window
New in 2021r3
Supported for all project types and targets.
Gets the containing window.
Multiple levels of embedding are permitted, so this window may not be the highest level window.