Share via


IXRToolTip::SetIsOpen (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsOpen(
    bool Value
) = 0;

Parameters

  • Value
    [in] 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 this method. 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