INITVIEW Struct
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.
Specifies view parameters. Used in Initialize(IVsTextLines, IntPtr, UInt32, INITVIEW[]) calls.
public value class INITVIEW
public value class INITVIEW
struct INITVIEW
public struct INITVIEW
type INITVIEW = struct
Public Structure INITVIEW
- Inheritance
-
INITVIEW
Fields
fDragDropMove |
Determines whether to use drag/drop moves. |
fHotURLs |
Determines whether to use single-click URL navigation. |
fOvertype |
Determines whether to use overtype mode. |
fSelectionMargin |
Determines whether to display selection margin. |
fStreamSelMode |
OBSOLETE: ignored by the core editor. |
fVirtualSpace |
Determines use of virtual space navigation and selection. |
fVisibleWhitespace |
Determines whether whitespace is visible. |
fWidgetMargin |
Determines whether to display the widget margin. |
IndentStyle |
Determines indent style. |