I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:UWindowTabControl (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowTabControl |
- Package:
- UWindow
- Direct subclass:
- UWindowPageControl
- This class in other games:
- RTNP, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
bMultiLine
Type: bool
bSelectNearestTabOnRemove
Type: bool
LeftButton
Type: UWindowTabControlLeftButton
RightButton
Type: UWindowTabControlRightButton
SelectedTab
Type: UWindowTabControlItem
TabArea
Type: UWindowTabControlTabArea
Default values
Property | Value |
---|---|
ListClass | Class'UWindow.UWindowTabControlItem' |
Instance functions
AddTab
function UWindowTabControlItem AddTab (string Caption)
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
Created
function Created ()
Overrides: UWindowListControl.Created
DeleteTab
function DeleteTab (UWindowTabControlItem Tab)
GetTab
function UWindowTabControlItem GetTab (string Caption)
GotoTab
function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)
InsertTab
Paint
Overrides: UWindowWindow.Paint
SetMultiLine
function SetMultiLine (bool InMultiLine)