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

UE2:GUIVertScrollZone (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIVertScrollZone
Package: 
GUI
This class in other games:
UT2004, UT2003

Class: GUI.GUIVertScrollZone

The VertScrollZone is the background zone for a vertical scrollbar. When the user clicks on the zone, it caculates it's percentage.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Default values

Property Value
bAcceptsInput True
bCaptureMouse True
bNeverFocus True
bRepeatClick True
RenderWeight 0.25
StyleName "ScrollZone"

Delegates

OnScrollZoneClick

delegate OnScrollZoneClick (float Delta)


Instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)