TextToolTipService.GetAutoShowToolTipWhenObscured(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.