Represents an item in a status bar.
More...
import <XStatusbarItem.idl;
|
void | repaint () |
| forces repainting the item onto the status bar device
|
|
|
string | Command |
| the command of the status bar item
|
|
unsigned short | ItemId |
| the unique ID of the control within the status bar
|
|
unsigned long | Width |
| the width of the status bar item
|
|
unsigned short | Style |
| the style of the status bar item
|
|
long | Offset |
| the offset between this status bar item and the following
|
|
com::sun::star::awt::Rectangle | ItemRect |
| the rectangle on the status bar device onto which the item is drawn
|
|
string | Text |
| the text of status bar item
|
|
string | HelpText |
| the help text of the status bar item when extended help tips are on
|
|
string | QuickHelpText |
| the help text of the status bar item when help tips are on
|
|
string | AccessibleName |
| the accessible name of the status bar item
|
|
boolean | Visible |
| whether the item is visible or not
|
|
Represents an item in a status bar.
- See also
- com::sun::star::frame::XStatusbarController
- Since
- LibreOffice 4.1
◆ repaint()
◆ AccessibleName
the accessible name of the status bar item
◆ Command
the command of the status bar item
◆ HelpText
the help text of the status bar item when extended help tips are on
◆ ItemId
the unique ID of the control within the status bar
◆ ItemRect
◆ Offset
the offset between this status bar item and the following
◆ QuickHelpText
the help text of the status bar item when help tips are on
◆ Style
◆ Text
the text of status bar item
◆ Visible
whether the item is visible or not
◆ Width
the width of the status bar item
The documentation for this interface was generated from the following file: