In advanced tab:

I was wondering what's the English term to use to refer to the Performance "box".
|
In advanced tab:
I was wondering what's the English term to use to refer to the |
|||||||||||||||||
|
|
I'd call the "System Properties" section a window, in which is contained a set of tabs, and in the "Advanced" tab is a "Performance" pane which contains a "Settings" button. |
|||||||||||||
|
|
The name this is given by the dialog box creation API is group, implying that more than one item can be within that box. |
|||||||
|
|
Depending on what you're trying to describe, I'd call it either a "box" or a "section." If you're talking to a programmer, you might use the name of a class if one exists. |
|||||||||||||||
|
|
In programming, the usual name for the UI "control" seen here with a title of "Performance" is a "group box". Its purpose is simply to visually organize its "child" controls (here, a label with the "Visual effects, processor scheduling..." text, and a button labelled "Settings...") under a common heading, when the number of controls being grouped is too small to justify a larger grouping construct like a "tab page" such as the Advanced tab all of these controls are placed on. So, from most containing to most contained, you're looking at a System Properties "window" or "dialog", with an Advanced "tab", with a Performance "groupbox", with a Settings "button". |
|||
|
|