Table of Contents

Enum Win32.ScrollInfoMask

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Possible values of fMask.

public enum Win32.ScrollInfoMask

Fields

SIF_ALL = 23

Combination of SIF_PAGE, SIF_POS, SIF_RANGE, and SIF_TRACKPOS.

SIF_DISABLENOSCROLL = 8

This value is used only when setting a scroll bar's parameters. If the scroll bar's new parameters make the scroll bar unnecessary, disable the scroll bar instead of removing it.

SIF_PAGE = 2

The nPage member contains the page size for a proportional scroll bar.

SIF_POS = 4

The nPos member contains the scroll box position, which is not updated while the user drags the scroll box.

SIF_RANGE = 1

The nMin and nMax members contain the minimum and maximum values for the scrolling range.

SIF_TRACKPOS = 16

The nTrackPos member contains the current position of the scroll box while the user is dragging it.