KeyTipService.GetIsKeyTipScope(DependencyObject) Method

Definition

Returns the value of the IsKeyTipScope attached property for the specified element.

public:
 static bool GetIsKeyTipScope(System::Windows::DependencyObject ^ element);
public static bool GetIsKeyTipScope (System.Windows.DependencyObject element);
static member GetIsKeyTipScope : System.Windows.DependencyObject -> bool
Public Shared Function GetIsKeyTipScope (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

The object from which the property value is read.

Returns

The object's IsKeyTipScope property value.

Exceptions

The specified element is null.

Applies to