Show / Hide Table of Contents

    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 Source

    ContentsPanel

    The panel containing the listbox items.

    Declaration
    IPanel ContentsPanel { get; }
    Property Value
    Type Description
    IPanel

    The contents panel.

    | Improve this Doc View Source

    ListboxComponent

    The listbox component.

    Declaration
    IListboxComponent ListboxComponent { get; }
    Property Value
    Type Description
    IListboxComponent

    The listbox component.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX