mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
a3ea28e70c
commit
4da3977409
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user