IXRToolTip::SetIsOpen (Compact 2013)
3/28/2014
This method sets a value that indicates whether the tooltip is visible.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetIsOpen(
__in bool IsOpen
) = 0;
Parameters
- IsOpen
[in] A Boolean value that is true if the tooltip is visible; otherwise false.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
You should always set this value in C++ code by calling IXRToolTip::SetIsOpen. Setting the IsOpen property in the source XAML for your application causes the application to stop functioning.
.NET Framework Equivalent
System.Windows.Controls.ToolTip.IsOpen
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |