Specifies the scope of the changes effected by a preference pane.
Namespace:
Gallio.UI.ControlPanel.PreferencesAssembly: Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public enum PreferencePaneScope |
| Visual Basic (Declaration) |
|---|
Public Enumeration PreferencePaneScope |
Members
| Member name | Description | |
|---|---|---|
| User |
Changes affect the current user only.
| |
| Machine |
Changes affect all users of the machine.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
