showMessageType Complex Type
- Article
-
-
Defines the elements that represent an action that shows a message box.
<xs:complexType name="showMessageType">
<xs:complexContent>
<xs:extension
base="actionBaseType"
>
<xs:all>
<xs:element name="Title"
type="nonEmptyString"
/>
<xs:element name="Body"
type="nonEmptyString"
/>
</xs:all>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Child elements
Element |
Type |
Description |
Body |
nonEmptyString |
Specifies the text to display in the body of the message box.
|
Title |
nonEmptyString |
Specifies the title of the message box.
|
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|