Table of Contents

Method MakeVisible

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

MakeVisible(Point, bool)

Scrolls the control's content, if necessary, to ensure a specified text position is in view.

public override 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.