Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The balloonUI XML element contains information on a printer event that can be displayed on the client computer. The notification MUST contain references to string resources that pertain to printer events.
A balloonUI element can optionally call for the execution of code on the client system by means of a nested action element.
-
<xs:element name="balloonUI"> <xs:complexType> <xs:sequence> <xs:element ref="title" /> <xs:element maxOccurs="unbounded" ref="body" /> <xs:element minOccurs="0" ref="action" /> </xs:sequence> <xs:attribute name="iconID" type="xs:integer" use="optional" /> <xs:attribute name="resourceDll" type="xs:string" use="optional" /> </xs:complexType> </xs:element>
Child Elements
|
Element |
Type |
Description |
|---|---|---|
|
title |
title |
See section 2.2.7.1.3. |
|
body |
body |
See section 2.2.7.1.4. |
|
action |
action |
See section 2.2.7.2.1 |
Attributes
|
Name |
Type |
Description |
|---|---|---|
|
iconID |
xs:integer |
The value of this optional attribute, if present, is the key of an icon resource in the resource file specified by the resourceDll attribute. If an iconID is provided, a resourceDll MUST also be specified. |
|
resourceDll |
xs:string |
The value of this optional attribute, if present, is the driver-file name of a resource file on the client system that contains the icon resource specified by the iconID attribute. If this attribute is not specified, a generic icon SHOULD be used. |