C# Class NativeUI.PauseMenu.TabView

Mostrar archivo Open project: Guad/NativeUI

Public Properties

Property Type Description
Index int

Public Methods

Method Description
AddTab ( TabItem item ) : void
DrawInstructionalButton ( int slot, Control control, string text ) : void
ProcessControls ( ) : void
RefreshIndex ( ) : void
ShowInstructionalButtons ( ) : void
TabView ( string title ) : System
Update ( ) : void

Method Details

AddTab() public method

public AddTab ( TabItem item ) : void
item TabItem
return void

DrawInstructionalButton() public method

public DrawInstructionalButton ( int slot, Control control, string text ) : void
slot int
control Control
text string
return void

ProcessControls() public method

public ProcessControls ( ) : void
return void

RefreshIndex() public method

public RefreshIndex ( ) : void
return void

ShowInstructionalButtons() public method

public ShowInstructionalButtons ( ) : void
return void

TabView() public method

public TabView ( string title ) : System
title string
return System

Update() public method

public Update ( ) : void
return void

Property Details

Index public_oe property

public int Index
return int