ToolTipService.GetShowsToolTipOnKeyboardFocus(DependencyObject) Method

Definition

public:
 static Nullable<bool> GetShowsToolTipOnKeyboardFocus(System::Windows::DependencyObject ^ element);
public static bool? GetShowsToolTipOnKeyboardFocus (System.Windows.DependencyObject element);
static member GetShowsToolTipOnKeyboardFocus : System.Windows.DependencyObject -> Nullable<bool>
Public Shared Function GetShowsToolTipOnKeyboardFocus (element As DependencyObject) As Nullable(Of Boolean)

Parameters

Returns

Applies to