Share via


IXRToolTip::GetIsOpen (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsOpen(
    bool* pValue
) = 0;

Parameters

  • pValue
    [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

Note

You should always set this value in C++ code by calling IXRToolTip::SetIsOpen. Setting the IsOpen property in the source XAML for your application will cause the application to stop functioning.

.NET Framework Equivalent

System.Windows.Controls.ToolTip.IsOpen

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRToolTip
IXRToolTip::SetIsOpen