TextViewOptionExtensions.IsViewportLeftClipped(IEditorOptions) Method

Definition

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

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsViewportLeftClipped(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static bool IsViewportLeftClipped(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsViewportLeftClipped (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsViewportLeftClipped : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsViewportLeftClipped (options As IEditorOptions) As Boolean

Parameters

options
IEditorOptions

The set of editor options.

Returns

true if ViewportLeft is clipped, otherwise false.

Applies to