Share via


DefaultTextViewHostOptions.ShowPreviewOptionId Field

Determines whether a preview tip is shown when the mouse moves over the vertical scroll bar.

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

Syntax

'Declaration
Public Shared ReadOnly ShowPreviewOptionId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> ShowPreviewOptionId
public:
static initonly EditorOptionKey<bool> ShowPreviewOptionId
static val ShowPreviewOptionId: EditorOptionKey<bool>
public static final var ShowPreviewOptionId : EditorOptionKey<boolean>

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace