I don't need to test my programs. I have an error-correcting modem.
UE1:UWindowTabControl (U1)
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, UT
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
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