service UnoControlListBox in module com::sun::star::awt::

(Global Index)

Syntax

service UnoControlListBox;

Description

specifies a list box control.

A list box displays a list of strings and allows a selection within these.

Included Services

com::sun::star::awt::UnoControl

Exported Interfaces

com::sun::star::awt::XListBox

Description

gives access to the items and their state and to register for item and action events of a listbox.


com::sun::star::awt::XItemListener

Description

makes it possible to receive events from a component when the state of an item changes.


com::sun::star::awt::XLayoutConstrains

Description

enables a component to specify layout constrains for a surrounding container.


com::sun::star::awt::XTextLayoutConstrains

Description

specifies layout contstrains for text fields.


Top of Page