Syntax
struct ItemEvent : com::sun::star::lang::EventObject ;
Description
specifies an event occurred to an item of a menu, a list box etc.
Field Summary
|
Selected |
specifies which item is newly selected.
|
|
Highlighted |
specifies which item is newly highlighted.
|
|
ItemId |
specifies the id of the item.
|
|
Field Details
|
|
Syntax
long Selected;
Description
specifies which item is newly selected.
Syntax
long Highlighted;
Description
specifies which item is newly highlighted.
Syntax
long ItemId;
Description
specifies the id of the item.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.