On one of my forms the Minimize/Maximize Buttons are gone.
The ControllBox
is set to true
as is the MaximizeBox
and MinimizeBox
.
Is there some other setting I have missed?
Check your FormBorderStyle
on that form,
FixedToolWindow
and SizableToolWindow
and None
doesn't have those controls at all.