UI Property

Returns a reference to the Microsoft Office InfoPath 2003 UI object.

expression.UI

expression    Required. An expression that returns a reference to an XDocument object.

Security Level

2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Remarks

The UI (user interface) object provides a number of methods that can be used to display custom and built-in dialog boxes.

Example

In the following example, the UI property of the XDocument object is used to display a simple message box using the Alert method:

XDocument.UI.Alert("Here is the message text.");

©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp