TextToolTipService.SetAutoShowToolTipWhenObscured 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.
Sets the AutoShowToolTipWhenObscured attribute to the specified value for the given element.
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)
Parameters
- element
- FrameworkElement
The element to set the AutoShowToolTipWhenObscured attribute for.
- value
- Boolean
The value to set the AutoShowToolTipWhenObscured attribute to.