SettingsControl Class

Represents the control settings.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.Settings
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Class SettingsControl _
    Inherits UserControl
'Usage
Dim instance As SettingsControl
public class SettingsControl : UserControl
public ref class SettingsControl : public UserControl
public class SettingsControl extends UserControl
type SettingsControl =  
    class
        inherit UserControl
    end

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
              Microsoft.VisualStudio.Data.Schema.Project.Common.Settings.SettingsControl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SettingsControl Members

Microsoft.VisualStudio.Data.Schema.Project.Common.Settings Namespace