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 속성의 값입니다.

특성

적용 대상