C# Class NativeUI.PauseMenu.TabTextItem

Inheritance: TabItem
Mostrar archivo Open project: Guad/NativeUI

Public Methods

Method Description
Draw ( ) : void
TabTextItem ( string name, string title ) : System.Drawing
TabTextItem ( string name, string title, string text ) : System.Drawing

Method Details

Draw() public method

public Draw ( ) : void
return void

TabTextItem() public method

public TabTextItem ( string name, string title ) : System.Drawing
name string
title string
return System.Drawing

TabTextItem() public method

public TabTextItem ( string name, string title, string text ) : System.Drawing
name string
title string
text string
return System.Drawing