IXRToolTip::GetIsOpen (Compact 2013)

3/28/2014

This method retrieves a value that indicates whether the tooltip is visible.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsOpen(
    __out bool* pIsOpen
) = 0;

Parameters

  • pIsOpen
    [out] Pointer to a Boolean value that is true if the tooltip is visible; otherwise it is 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

See Also

Reference

IXRToolTip