Click or drag to resize

SettingsWindow Class

X#
The Settings Window shows the global settings for the current thread.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              VariablesWindow
                SettingsWindow

Namespace:  XSharp.Debugger
Assembly:  XSharp.RT.Debugger (in XSharp.RT.Debugger.dll) Version: 2.19
Syntax
 CLASS SettingsWindow INHERIT VariablesWindow
Request Example View Source

The SettingsWindow type exposes the following members.

Constructors
  NameDescription
Public methodSettingsWindow
Initializes a new instance of the SettingsWindow class
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
Remarks
These settings are stored in the Settings field in the the XSharp RuntimeState object.
See Also