ContextMenuService.GetIsEnabled(DependencyObject) 方法

定义

获取指定对象的 IsEnabled 属性的值。

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

参数

element
DependencyObject

要查询其 IsEnabled 属性的值的对象。

返回

Boolean

IsEnabled 属性的值。

属性

适用于