C# Class AGS.Types.GUIListBox

Inheritance: AGS.Types.GUIControl
Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GUIListBox ( ) : System
GUIListBox ( XmlNode node ) : System
GUIListBox ( int x, int y, int width, int height ) : System

Method Details

GUIListBox() public méthode

public GUIListBox ( ) : System
Résultat System

GUIListBox() public méthode

public GUIListBox ( XmlNode node ) : System
node System.Xml.XmlNode
Résultat System

GUIListBox() public méthode

public GUIListBox ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System