_XDocument3.UI Property

Definition

Returns a reference to UIObject object.

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::UIObject ^ UI { Microsoft::Office::Interop::InfoPath::SemiTrust::UIObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.UIObject UI { get; }
member this.UI : Microsoft.Office.Interop.InfoPath.SemiTrust.UIObject
Public ReadOnly Property UI As UIObject

Property Value

Implements

UI

Examples

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

thisXDocument.<span class="label">UI</span>.Alert("Here is the message text.");

Remarks

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

Important: This member 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.

Applies to