VSEDITPROPID Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets options for text editor property containers.
public enum class VSEDITPROPID
public enum class VSEDITPROPID
enum VSEDITPROPID
public enum VSEDITPROPID
type VSEDITPROPID =
Public Enum VSEDITPROPID
- Inheritance
-
VSEDITPROPID
Fields
Name | Value | Description |
---|---|---|
VSEDITPROPID_FIRST | -2147483647 | First VSEDITPROPID_ value. |
VSEDITPROPID_ProgLang_SupportCF_HTML | -393224 | BOOLEAN. Specifies whether the language service supports the VSEDITPROPID_ProgLang_SupportCF_HTML clipboard format. |
VSEDITPROPID_ProgLang_SuppressMultipleCodeWindows | -393222 | BOOLAN. Specifies whether the Window/NewWindow command is disabled. |
VSEDITPROPID_ProgLang_DebuggerLanguages | -393219 | UNK. Query IUnknown for IVsEnumGUID for the associated debugger languages. |
VSEDITPROPID_FrameOpt_SuppressResizeWidget | -327683 | BOOLEAN. Specifies whether frame has a resize widget in the bottom right corner of the window. |
VSEDITPROPID_ViewLangOpt_RawTextDisplay | -196617 | BOOLEAN. Text is displayed in raw mode. No bi-directional layout, shaping, or combining. |
VSEDITPROPID_ViewLangOpt_VirtualSpace | -196614 | BOOLEAN. Specifies whether virtual space navigation or selection is active. |
VSEDITPROPID_ViewLangOpt_WordWrap | -196609 | BOOLEAN. Specifies whether word wrap is on. |
VSEDITPROPID_ViewGlobalOpt_AutoScrollCaretOnTextEntry | -131088 | BOOLEAN. Determines whether the caret scrolls based on the last line of the buffer. |
VSEDITPROPID_ViewGlobalOpt_SelectionMargin | -131075 | BOOLEAN. Display selection margin. The selection margin is located between the widget margin and text. |
VSEDITPROPID_ViewGlobalOpt_Overtype | -131074 | BOOLEAN. Overtype or insert. NOT persisted. |
VSEDITPROPID_ViewGlobalOpt_VisibleWhitespace | -131073 | BOOLEAN. Show spaces, tabs, and so on. |
VSEDITPROPID_ViewGeneral_ColorCategory | -73734 | BSTR. Category from which to load color info. |
VSEDITPROPID_ViewGeneral_FontCategory | -73733 | BSTR. Category from which to load font info. |
VSEDITPROPID_ViewComposite_AllCodeWindowDefaults | -65537 | BOOLEAN. Must be TRUE. Initial settings to code window defaults. |
VSEDITPROPID_LAST | -1 | Last VSEDITPROPID_ value. |