INITVIEW Structure
Visual Studio 2015
Specifies view parameters. Used in Initialize calls.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

