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 属性的值的对象。

返回

Boolean

ShowOnDisabled 属性的值。

属性

适用于