INITVIEW Structure

 

Specifies view parameters. Used in Initialize calls.

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

public struct INITVIEW

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldfDragDropMove

Determines whether to use drag/drop moves.

System_CAPS_pubfieldfHotURLs

Determines whether to use single-click URL navigation.

System_CAPS_pubfieldfOvertype

Determines whether to use overtype mode.

System_CAPS_pubfieldfSelectionMargin

Determines whether to display selection margin.

System_CAPS_pubfieldfStreamSelMode

OBSOLETE: ignored by the core editor.

System_CAPS_pubfieldfVirtualSpace

Determines use of virtual space navigation and selection.

System_CAPS_pubfieldfVisibleWhitespace

Determines whether whitespace is visible.

System_CAPS_pubfieldfWidgetMargin

Determines whether to display the widget margin.

System_CAPS_pubfieldIndentStyle

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.

Return to top
Show: