C# 클래스 IrrlichtNETCP.GUIComboBox

상속: GUIElement
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp

공개 메소드들

메소드 설명
AddItem ( string text ) : int
Clear ( ) : void
GUIComboBox ( IntPtr raw ) : System
GetItem ( int index ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

AddItem() 공개 메소드

public AddItem ( string text ) : int
text string
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GUIComboBox() 공개 메소드

public GUIComboBox ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

GetItem() 공개 메소드

public GetItem ( int index ) : string
index int
리턴 string