SetWindowDepth
Description: |
baSetWindowDepth sets the z-order depth of the specified window. |
Platforms: |
Windows |
Usage: |
baSetWindowDepth( WinHandle , Depth ) |
Arguments: |
Integer, integer. |
Returns: |
Void. |
Examples: |
Director: Authorware: |
Notes: |
Setting a depth greater than the number of visible windows is allowed - the window will be sent to the back of all other windows.
|
See also: |
baWindowDepth baWindowToFront baWindowToBack |