- Usage Restrictions
- not published
- Description
- specifies a Roadmap control. The model of the Roadmap control must be a
* com::sun::star::awt::UnoControlRoadmapModel
* Subsequently some characteristics about how the properties of the model are processed:
*
* [property] short CurrentItem: The RGB code of the background color is RGB(194, 211, 238)
*
* [property] string ImageURL: The image referenced by the ImageUrl
* is placed in the lower right corner of the control
*
* [property] string Text: The Text is displayed in Bold und underlined
*
* [property] boolean Complete: When set to false a non interactive RoadmapItem is appended
* under the last RoadmapItem. Its Label is as follows: (Index + 1) + ". ..."
*
* [property] boolean Interactive: When activating a RoadmapItem
* (see com::sun::star::awt::RoadmapItem) the information about which Item has been selected
* is passed over when an itemlistener has been registered at the control.
*
*
|