I'm a doctor, not a mechanic
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[edit]
bMultiLine[edit]
Type: bool
bSelectNearestTabOnRemove[edit]
Type: bool
LeftButton[edit]
Type: UWindowTabControlLeftButton
RightButton[edit]
Type: UWindowTabControlRightButton
SelectedTab[edit]
Type: UWindowTabControlItem
TabArea[edit]
Type: UWindowTabControlTabArea
Default values[edit]
Property | Value |
---|---|
ListClass | Class'UWindow.UWindowTabControlItem' |
Instance functions[edit]
AddTab[edit]
function UWindowTabControlItem AddTab (string Caption)
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
Created[edit]
function Created ()
Overrides: UWindowListControl.Created
DeleteTab[edit]
function DeleteTab (UWindowTabControlItem Tab)
GetTab[edit]
function UWindowTabControlItem GetTab (string Caption)
GotoTab[edit]
function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)
InsertTab[edit]
Paint[edit]
Overrides: UWindowWindow.Paint
SetMultiLine[edit]
function SetMultiLine (bool InMultiLine)