Base class for components that present preference panels.

Namespace:  Gallio.UI.ControlPanel.Preferences
Assembly:  Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class PreferencePane : SettingsEditor
Visual Basic (Declaration)
Public Class PreferencePane _
	Inherits SettingsEditor

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              Gallio.UI.ControlPanel..::.SettingsEditor
                Gallio.UI.ControlPanel.Preferences..::.PreferencePane
                  Gallio.UI.Reports.Preferences..::.ReportPreferencePane

See Also