C# Class jxGameFramework.Controls.TabControl

Inheritance: Control
ファイルを表示 Open project: jxpxxzj/WarshipGirl Class Usage Examples

Public Methods

Method Description
AddTab ( Control Panel, string tabTitle, bool SwitchTo = false ) : void
Draw ( GameTime gameTime ) : void
SwitchTab ( int TabID ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
GetEventControl ( ) : Control
SwitchTab ( object sender, EventArgs e ) : void

Method Details

AddTab() public method

public AddTab ( Control Panel, string tabTitle, bool SwitchTo = false ) : void
Panel Control
tabTitle string
SwitchTo bool
return void

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

SwitchTab() public method

public SwitchTab ( int TabID ) : void
TabID int
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void