TextToolTipService.GetAutoShowToolTipWhenObscured(FrameworkElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定元素的 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 标志的元素。
返回
返回指定元素的 AutoshowToolTipWhenObscured 特性值。