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 プロパティの値。

属性

適用対象