Disable the control box in the update progress window

Disables the close (X) button and the dropdown button embedded in the application icon.
This commit is contained in:
Kawe Mazidjatari 2023-07-29 16:55:49 +02:00
parent a3ea28e70c
commit 4da3977409

View File

@ -54,6 +54,7 @@ void CDownloadProgress::InitializeComponent()
this->SetStartPosition(Forms::FormStartPosition::CenterParent);
this->SetMinimizeBox(false);
this->SetMaximizeBox(false);
this->SetControlBox(false);
this->SetShowInTaskbar(false);
this->SetBackColor(Drawing::Color(47, 54, 61));