Edit

WindowsFormsSection Class

Definition

Defines a new ConfigurationSection for parsing application settings. This class cannot be inherited.

public ref class WindowsFormsSection sealed
public sealed class WindowsFormsSection
type WindowsFormsSection = class
Public NotInheritable Class WindowsFormsSection
Inheritance
WindowsFormsSection

Remarks

This class supports application settings in Windows Forms. For more information about this feature, see Application Settings Overview.

Constructors

Name Description
WindowsFormsSection()

Initializes a new instance of the WindowsFormsSection class.

Properties

Name Description
JitDebugging

Gets or sets a value indicating whether just-in-time (JIT) debugging is used.

Applies to