TextToolTipService.GetAutoShowToolTipWhenObscured(FrameworkElement) 方法

定义

获取指定元素的 AutoShowToolTipWhenObscured 特性的值。

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

参数

element
FrameworkElement

要为其获取 AutoShowToolTipWhenObscured 标志的元素。

返回

Boolean

返回指定元素的 AutoshowToolTipWhenObscured 特性值。

适用于