ContextMenuService.GetShowOnDisabled(DependencyObject) Method

Definition

Gets the value of the ShowOnDisabled property of the specified object.

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

Parameters

element
DependencyObject

Object to query concerning the ShowOnDisabled property.

Returns

Value of the ShowOnDisabled property.

Attributes

Applies to