Specifies the scope of the changes effected by a preference pane.

Namespace:  Gallio.UI.ControlPanel.Preferences
Assembly:  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 nameDescription
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.

See Also