| 1087 | } |
| 1088 | |
| 1089 | bool CMainFrame::GetAlwaysOnTop() const |
| 1090 | { |
| 1091 | return (GetWindowLong(GWL_EXSTYLE) & WS_EX_TOPMOST) != 0; |
| 1092 | } |
| 1093 | |
| 1094 | void CMainFrame::SetAlwaysOnTop(bool value) |
| 1095 | { |
nothing calls this directly
no outgoing calls
no test coverage detected