DesktopSiteBridge.MoveInZOrderBelow(WindowId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the associated Win32 HWND behind the specified Microsoft.UI.WindowId.
public:
virtual void MoveInZOrderBelow(WindowId windowId) = MoveInZOrderBelow;
void MoveInZOrderBelow(WindowId const& windowId);
public void MoveInZOrderBelow(WindowId windowId);
function moveInZOrderBelow(windowId)
Public Sub MoveInZOrderBelow (windowId As WindowId)
Parameters
- windowId
- WindowId
The WindowId of the specified Win32 HWND. This window must have the same parent as the associated Win32 HWND.