what is control boxes

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
 
J

Jason Keats

Tony said:
So what is control box that the text is talking about ?

The control box is in the top left corner of most windows/forms. Click
it to reveal a menu to give you "control" over the window.
 
J

Jeff Johnson

The control box is in the top left corner of most windows/forms. Click it
to reveal a menu to give you "control" over the window.

Just for completeness, starting with Vista, Windows no longer displays an
icon at the left-hand side of the title bar, but the area where it should be
is still clickable.

And for even further completeness, the "control box" is also known as the
"window menu" and the "system menu," in case you ever run across those
terms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top