Share via


TextToolTipService.GetAutoShowToolTipWhenObscured(FrameworkElement) Method

Definition

Gets the value of the AutoShowToolTipWhenObscured attribute for the specified element.

public:
 static bool GetAutoShowToolTipWhenObscured(System::Windows::FrameworkElement ^ element);
public static bool GetAutoShowToolTipWhenObscured (System.Windows.FrameworkElement element);
static member GetAutoShowToolTipWhenObscured : System.Windows.FrameworkElement -> bool
Public Shared Function GetAutoShowToolTipWhenObscured (element As FrameworkElement) As Boolean

Parameters

element
FrameworkElement

The element to get the AutoShowToolTipWhenObscured flag for.

Returns

Returns the AutoshowToolTipWhenObscured attribute value of the specified element.

Applies to