EditorStyleNames Class

 

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

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

System.Object
  Microsoft.VisualStudio.Text.Editor.EditorStyleNames

public static class EditorStyleNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCollapsedAdornmentToolTipStyleName

The name of the WPF style used for the collapsed adornment tooltip.

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

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

Return to top
Show: