IEditorOperations.ScrollColumnLeft Method

Scrolls the view one column to the left.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Sub ScrollColumnLeft
void ScrollColumnLeft()
void ScrollColumnLeft()
abstract ScrollColumnLeft : unit -> unit
function ScrollColumnLeft()

Remarks

A column is the width of a space in the default font.

.NET Framework Security

See Also

Reference

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations Namespace