TextViewOptionExtensions::IsViewportLeftClipped Method (IEditorOptions^)

 

Determines whether the view's ViewportLeft property is clipped to the text width.

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

public:
[ExtensionAttribute]
static bool IsViewportLeftClipped(
	IEditorOptions^ options
)

Parameters

options
Type: Microsoft.VisualStudio.Text.Editor::IEditorOptions^

The set of editor options.

Return Value

Type: System::Boolean

true if the ViewportLeft property is clipped, otherwise false.

Return to top
Show: