Table of Contents

Method SystemScroll

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

SystemScroll(int, bool)

When implemented by a class, performs a system scrolls by calling Windows API.

void SystemScroll(int code, bool vert)

Parameters

code int

Specifies scrolling request.

vert bool

True if vertical scroll bar should be scrolled; otherwise false.