windows:Windows/property-windows/usage-patterns
出自UXGuide.net
属性窗口使用模式
Property Window Usage Patterns
属性窗口具有下列使用模式:
|
属性表 将单个对象的属性显示在无模式对话框内。 |
属性表对于对象来说是模式的——用户不关闭并重新打开对话框的话无法更改属性对象。属性表使用延迟提交:仅当用户单击“确定”或“应用”时更改才会生效。
|
|
多对象属性表 多个对象的属性显示在无模式对话框中。 |
这像是普通的属性表,但只显示对于对象集合有意义的属性。任何设置更改都将应用于其后所有的对象。
|
|
Effective settings property sheets The effective properties for a single object are displayed in a modeless dialog box. |
This can be used when an object's actual properties are determined not only by the object's direct settings, but also by all its parent objects' settings (for example, this is the case for Group Policy). The controls are disabled because users cannot change them.
|
|
Options dialog boxes Properties for an application are displayed in a modal dialog box. |
Like property sheets, options dialog boxes use a delayed commit, so changes take effect only when users click OK. Unlike property sheets, options dialog boxes:
|
|
Property inspectors Properties for the current selection (a single object or group of objects) are displayed in a modeless window pane or undocked window. |
Unlike property sheets, property inspectors display the properties of the currently selected objects. They use an immediate commit (properties are changes as soon as users make changes), so OK, Cancel, and Apply buttons aren't needed.
|