A
A
Aslan2018-11-17 20:34:28
C++ / C#
Aslan, 2018-11-17 20:34:28

Why did the background color of the form change?

When I changed the value of the IsMdiContainer property of the form to true the background color changed to gray instead of white. Why? When I set the value back to false, the background is also returned. How can I set True and return white color? Maybe I'm blind and didn't see the background color property, or I screwed something up with the code, or maybe it's my cat sitting under the table and changing the value???
5bf050cf2c9f0014713068.png5bf050d9c9bdd480961521.png
a minute later:
OH MY GOD! After launching the application with a gray background, it turned into THIS!
5bf05284c7c40776111684.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir S, 2018-11-17
@CapsLockk

MdiContainer is a container for forms (a form inside which other forms are placed if simplified) - you turn it on with the IsMdiContainer option. it has a different design and properties, so it looks different.
it is used differently than the usual forms of
referencing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question