TextViewAction Enumeration

 

Specifies text positioning within a view.

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

public enum TextViewAction

Member nameDescription
TVA_CENTERLINES

Place the specified lines of text in the center of the view.

TVA_SETCARETPOS

Caret (insertion point) management.

From textmgr.idl:

Return to top
Show: