mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 04:31:33 +08:00
...
This commit is contained in:
@@ -1579,7 +1579,7 @@ WindowsForm
|
||||
void ShowDeactivated()override
|
||||
{
|
||||
ShowWindow(handle, SW_SHOWNOACTIVATE);
|
||||
SetWindowPos(handle,HWND_TOP,0,0,0,0,SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
|
||||
SetWindowPos(handle, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
|
||||
}
|
||||
|
||||
void ShowRestored()override
|
||||
|
||||
Reference in New Issue
Block a user