_XDocument3.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 the UIObject object.
public:
property Microsoft::Office::Interop::InfoPath::UIObject ^ UI { Microsoft::Office::Interop::InfoPath::UIObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.UIObject UI { get; }
member this.UI : Microsoft.Office.Interop.InfoPath.UIObject
Public ReadOnly Property UI As UIObject
Property Value
A reference to the UIObject object.
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.