Table of Contents

Method MakeVisible

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

MakeVisible(Point)

When implemented by a class, scrolls the control's content, if necessary, to ensure a specified text position is in view.

void MakeVisible(Point position)

Parameters

position Point

Position in the text to make visible.

MakeVisible(Point, bool)

When implemented by a class, scrolls the control's content, if necessary, to ensure a specified text position is in view.

void MakeVisible(Point position, bool centerLine)

Parameters

position Point

Position in the text to make visible.

centerLine bool

Specifies whether a given line must be centered within control's client area.