KeyTipService.GetIsKeyTipScope(DependencyObject) Метод

Определение

Возвращает значение присоединенного свойства IsKeyTipScope для указанного элемента.

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

Параметры

element
DependencyObject

Объект, из которого считывается значение свойства.

Возвращаемое значение

Boolean

Значение свойства объекта IsKeyTipScope.

Исключения

Заданный объект element имеет значение null.

Применяется к