Interface IListbox
Represents a listbox (a GUI view of a list of items).
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IListbox
Properties
| Improve this Doc View SourceContentsPanel
The panel containing the listbox items.
Declaration
IPanel ContentsPanel { get; }
Property Value
Type | Description |
---|---|
IPanel | The contents panel. |
ListboxComponent
The listbox component.
Declaration
IListboxComponent ListboxComponent { get; }
Property Value
Type | Description |
---|---|
IListboxComponent | The listbox component. |
ScrollingPanel
The containing panel which carries the scroll bars, if the listbox is configured to have scrollbars (otherwise, this will be null).
Declaration
IPanel ScrollingPanel { get; }
Property Value
Type | Description |
---|---|
IPanel | The scrolling panel. |