AGS.Types.GUIListBox.GUIListBox C# (CSharp) Метод

GUIListBox() публичный Метод

public GUIListBox ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Результат System
        public GUIListBox(int x, int y, int width, int height)
            : base(x, y, width, height)
        {
            _showBorder = true;
            _showScrollArrows = true;
            _textColor = 0;
            _selectedTextColor = 7;
            _selectedBackgroundColor = 16;
            _textAlignment = ListBoxTextAlignment.Left;
            _translated = true;
        }

Same methods

GUIListBox::GUIListBox ( ) : System
GUIListBox::GUIListBox ( XmlNode node ) : System
GUIListBox