Share via


EditorStyleNames Class

The names of various editor components where the component's style can be defined by the program hosting the editor.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Text.Editor.EditorStyleNames

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public NotInheritable Class EditorStyleNames
public static class EditorStyleNames
public ref class EditorStyleNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type EditorStyleNames =  class end
public final class EditorStyleNames

The EditorStyleNames type exposes the following members.

Fields

  Name Description
Public fieldStatic member CollapsedAdornmentToolTipStyleName The name of the WPF style used for the collapsed adornment tooltip.

Top

Remarks

Custom styles need to be defined and placed in the application's ResourceDictionary.

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

Microsoft.VisualStudio.Text.Editor Namespace