ContextMenuService.GetShowOnDisabled(DependencyObject) Метод

Определение

Возвращает значение свойства ShowOnDisabled указанного объекта.

public:
 static bool GetShowOnDisabled(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetShowOnDisabled (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetShowOnDisabled : System.Windows.DependencyObject -> bool
Public Shared Function GetShowOnDisabled (element As DependencyObject) As Boolean

Параметры

element
DependencyObject

Объект для запроса относительно свойства ShowOnDisabled.

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

Значение свойства ShowOnDisabled.

Атрибуты

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