TextToolTipService.SetAutoShowToolTipWhenObscured 方法

定义

将 AutoShowToolTipWhenObscured 属性设置为给定元素的指定值。

public:
 static void SetAutoShowToolTipWhenObscured(System::Windows::FrameworkElement ^ element, bool value);
public static void SetAutoShowToolTipWhenObscured (System.Windows.FrameworkElement element, bool value);
static member SetAutoShowToolTipWhenObscured : System.Windows.FrameworkElement * bool -> unit
Public Shared Sub SetAutoShowToolTipWhenObscured (element As FrameworkElement, value As Boolean)

参数

element
FrameworkElement

要为其设置 AutoShowToolTipWhenObscured 属性的元素。

value
Boolean

要将 AutoShowToolTipWhenObscured 特性设置为的值。

适用于