| SetWindowDepth
|
|
| 概要: | baSetWindowDepthは指定したウィンドウのZオーダーの深度を設定します。 |
| シンタックス: | baSetWindowDepth( WinHandle , Depth
) |
| パラメータ: | #integer, #integer WinHandle 深度を設定するハンドル。 Depth ウィンドウに設定する新しい深度。 |
| 戻り値: | なし |
| 例: | baSetWindowDepth( baWinHandle() , 2 ) -- Directorのウィンドウを最前面ウィンドウの後ろへ、他のすべてのウィンドウよりも前へ移動します。 |
| ノート: | 可視ウィンドウの数よりも大きな深度を設定しても構いません。その場合はすべてのウィンドウの後ろへ送ります。 |
| 関連項目: | baWindowDepth baWindowToFront baWindowToBack |