_XDocument2.UI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.