19 #ifndef __com_sun_star_ui_XStatusbarItem_idl__ 20 #define __com_sun_star_ui_XStatusbarItem_idl__ 25 module
com { module sun { module star { module ui {
41 [attribute, readonly]
unsigned short ItemId;
45 [attribute, readonly]
unsigned long Width;
72 [attribute, readonly]
unsigned short Style;
long Offset
the offset between this status bar item and the following
Definition: XStatusbarItem.idl:76
specifies a rectangular area by position and size.
Definition: Rectangle.idl:29
string AccessibleName
the accessible name of the status bar item
Definition: XStatusbarItem.idl:98
com::sun::star::awt::Rectangle ItemRect
the rectangle on the status bar device onto which the item is drawn
Definition: XStatusbarItem.idl:82
string Text
the text of status bar item
Definition: XStatusbarItem.idl:86
Definition: Ambiguous.idl:22
Represents an item in a status bar.
Definition: XStatusbarItem.idl:33
string Command
the command of the status bar item
Definition: XStatusbarItem.idl:37
unsigned short ItemId
the unique ID of the control within the status bar
Definition: XStatusbarItem.idl:41
boolean Visible
whether the item is visible or not
Definition: XStatusbarItem.idl:102
unsigned short Style
the style of the status bar item
Definition: XStatusbarItem.idl:72
string HelpText
the help text of the status bar item when extended help tips are on
Definition: XStatusbarItem.idl:90
unsigned long Width
the width of the status bar item
Definition: XStatusbarItem.idl:45
string QuickHelpText
the help text of the status bar item when help tips are on
Definition: XStatusbarItem.idl:94