T
Tony Johansson
Hello!
I'm reading in a book and it talks about control box in this way.
The FormBorderStyle propery has several settings that can be chosen.
For example here is what the doc says about the different alternatives for
FormBorderStyle
None: the form has no border and has no minimize, maximixe, help, or control
boxes.
FixedSingle: the form has a single border and cannot be resized by the user.
It can have a minimize, maximize, help, or control box as determined by
other properties.
So what is control box that the text is talking about ?
//Tony
I'm reading in a book and it talks about control box in this way.
The FormBorderStyle propery has several settings that can be chosen.
For example here is what the doc says about the different alternatives for
FormBorderStyle
None: the form has no border and has no minimize, maximixe, help, or control
boxes.
FixedSingle: the form has a single border and cannot be resized by the user.
It can have a minimize, maximize, help, or control box as determined by
other properties.
So what is control box that the text is talking about ?
//Tony