VSEDITPROPID Enumeration

Sets options for text editor property containers.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Enumeration VSEDITPROPID
public enum VSEDITPROPID
public enum class VSEDITPROPID
type VSEDITPROPID
public enum VSEDITPROPID

Members

Member name Description
VSEDITPROPID_FIRST First VSEDITPROPID_ value.
VSEDITPROPID_FrameOpt_SuppressResizeWidget BOOLEAN. Specifies whether frame has a resize widget in the bottom right corner of the window.
VSEDITPROPID_LAST Last VSEDITPROPID_ value.
VSEDITPROPID_ProgLang_DebuggerLanguages UNK. Query IUnknown for IVsEnumGUID for the associated debugger languages.
VSEDITPROPID_ProgLang_SupportCF_HTML BOOLEAN. Specifies whether the language service supports the VSEDITPROPID_ProgLang_SupportCF_HTML clipboard format.
VSEDITPROPID_ProgLang_SuppressMultipleCodeWindows BOOLAN. Specifies whether the Window/NewWindow command is disabled.
VSEDITPROPID_ViewComposite_AllCodeWindowDefaults BOOLEAN. Must be TRUE. Initial settings to code window defaults.
VSEDITPROPID_ViewGeneral_ColorCategory BSTR. Category from which to load color info.
VSEDITPROPID_ViewGeneral_FontCategory BSTR. Category from which to load font info.
VSEDITPROPID_ViewGlobalOpt_AutoScrollCaretOnTextEntry BOOLEAN. Determines whether the caret scrolls based on the last line of the buffer.
VSEDITPROPID_ViewGlobalOpt_Overtype BOOLEAN. Overtype or insert. NOT persisted.
VSEDITPROPID_ViewGlobalOpt_SelectionMargin BOOLEAN. Display selection margin. The selection margin is located between the widget margin and text.
VSEDITPROPID_ViewGlobalOpt_VisibleWhitespace BOOLEAN. Show spaces, tabs, and so on.
VSEDITPROPID_ViewLangOpt_RawTextDisplay BOOLEAN. Text is displayed in raw mode. No bi-directional layout, shaping, or combining.
VSEDITPROPID_ViewLangOpt_VirtualSpace BOOLEAN. Specifies whether virtual space navigation or selection is active.
VSEDITPROPID_ViewLangOpt_WordWrap BOOLEAN. Specifies whether word wrap is on.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace