| WindowBlinds : DirectSkin |
|
The QueryAOTState method is used to determine if the window has always on top set or not. The user can sometimes control this via the skin if it has an always on top button. It will return TRUE if it has and FALSE if it does not have always on top set.
|
|
|
This method will return TRUE if the window is set to always be the topmost window, FALSE if not. |
| The QueryAOTState method is used to query the always-on-top status of a window. When a window is always-on-top, DirectSkin will attempt to keep it at the top of the window z-order. The SetAOTState method can be used to set the internal z-order status of a window. This status is used only internally by DirectSkin and has no effect on the z-order of the window. |
| SetAOTState, QueryRollState, SetWindowRollState |