ScrollButton Enum

Definition

Specifies the type of scroll arrow to draw on a scroll bar.

public enum class ScrollButton
public enum ScrollButton
type ScrollButton = 
Public Enum ScrollButton
Inheritance
ScrollButton

Fields

Down 1

A down-scroll arrow.

Left 2

A left-scroll arrow.

Max 3

A maximum-scroll arrow.

Min 0

A minimum-scroll arrow.

Right 3

A right-scroll arrow.

Up 0

An up-scroll arrow.

Remarks

This enumeration is used by ControlPaint.DrawScrollButton.

Applies to

See also