I don't need to test my programs. I have an error-correcting modem.

UE1:UWindowVScrollBar (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowVScrollBar
Package: 
UWindow
This class in other games:
RTNP, U1

UWindowVScrollBar - A vertical scrollbar

Properties

bDisabled

Type: bool


bDragging

Type: bool


DownButton

Type: UWindowSBDownButton


DragY

Type: float


MaxPos

Type: float


MaxVisible

Type: float


MinPos

Type: float


NextClickTime

Type: float


Pos

Type: float

offset to WinTop

ScrollAmount

Type: float


ThumbHeight

Type: float


ThumbStart

Type: float


UpButton

Type: UWindowSBUpButton


Instance functions

BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


CheckRange

function CheckRange ()


Created

function Created ()

Overrides: UWindowWindow.Created


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


Scroll

function bool Scroll (float Delta)


SetRange

function SetRange (float NewMinPos, float NewMaxPos, float NewMaxVisible, optional float NewScrollAmount)


Show

function Show (float P)


Tick

function Tick (float Delta)

Overrides: UWindowWindow.Tick