There is no spoon
UE2:GUIVertScrollZone (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIVertScrollZone |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| bCaptureMouse | True |
| bNeverFocus | True |
| bRepeatClick | True |
| RenderWeight | 0.25 |
| StyleName | "ScrollZone" |
[edit] Delegates
[edit] OnScrollZoneClick
delegate OnScrollZoneClick (float Delta)
[edit] Instance functions
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
[edit] InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
