C# Class IrrlichtNETCP.GUIComboBox

Inheritance: GUIElement
Show file Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
AddItem ( string text ) : int
Clear ( ) : void
GUIComboBox ( IntPtr raw ) : System
GetItem ( int index ) : string

Private Methods

Method Description
GUIComboBox_AddItem ( IntPtr combo, string text ) : int
GUIComboBox_Clear ( IntPtr combo ) : void
GUIComboBox_GetItem ( IntPtr combo, int index ) : string
GUIComboBox_GetItemCount ( IntPtr combo ) : int
GUIComboBox_GetSelected ( IntPtr combo ) : int
GUIComboBox_SetSelected ( IntPtr combo, int index ) : void

Method Details

AddItem() public method

public AddItem ( string text ) : int
text string
return int

Clear() public method

public Clear ( ) : void
return void

GUIComboBox() public method

public GUIComboBox ( IntPtr raw ) : System
raw System.IntPtr
return System

GetItem() public method

public GetItem ( int index ) : string
index int
return string