EditorTabTextSettingsOption Class

Corresponds to the editor tab text-option page in Tools/Options.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      SQLWorkbenchToolsOptionsPage
        PropertyGridToolsOptionPage
          Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorTabTextSettingsOption

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

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

The EditorTabTextSettingsOption type exposes the following members.

Constructors

  Name Description
Public method EditorTabTextSettingsOption Initializes a new instance of the EditorTabTextSettingsOption class.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Protected property GridAccessibleDescription The Microsoft Active Accessibility (MSAA) description for this control. (Overrides PropertyGridToolsOptionPageGridAccessibleDescription().)
Protected property GridAccessibleName The Microsoft Active Accessibility (MSAA) name for this control. (Overrides PropertyGridToolsOptionPageGridAccessibleName().)
Protected property HelpID Help identifier for the options page. (Overrides PropertyGridToolsOptionPageHelpID().)
Protected property OptionsData The data object corresponding to the editor tab text option. (Overrides PropertyGridToolsOptionPageOptionsData().)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method AbortEditSettings (Inherited from PropertyGridToolsOptionPage.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from SQLWorkbenchToolsOptionsPage.)
Public method GetType (Inherited from Object.)
Public method GetWindow (Inherited from PropertyGridToolsOptionPage.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LoadSettings (Inherited from PropertyGridToolsOptionPage.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnActivate (Inherited from SQLWorkbenchToolsOptionsPage.)
Protected method OnDeactivate (Inherited from SQLWorkbenchToolsOptionsPage.)
Public method SaveSettings (Inherited from PropertyGridToolsOptionPage.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Fields

  Name Description
Protected field guid (Inherited from SQLWorkbenchToolsOptionsPage.)
Protected field name (Inherited from SQLWorkbenchToolsOptionsPage.)

Top

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.