C# Class IrrlichtNETCP.GUIComboBox

Inheritance: GUIElement
Afficher le fichier Open project: Paulus/irrlichtnetcp

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddItem ( string text ) : int
text string
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

GUIComboBox() public méthode

public GUIComboBox ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

GetItem() public méthode

public GetItem ( int index ) : string
index int
Résultat string