C# 클래스 AGS.Types.GUIListBox

상속: AGS.Types.GUIControl
파일 보기 프로젝트 열기: adventuregamestudio/ags 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GUIListBox ( ) : System
GUIListBox ( XmlNode node ) : System
GUIListBox ( int x, int y, int width, int height ) : System

메소드 상세

GUIListBox() 공개 메소드

public GUIListBox ( ) : System
리턴 System

GUIListBox() 공개 메소드

public GUIListBox ( XmlNode node ) : System
node System.Xml.XmlNode
리턴 System

GUIListBox() 공개 메소드

public GUIListBox ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System