ContextMenuService.GetShowOnDisabled(DependencyObject) Méthode

Définition

Obtient la valeur de la propriété ShowOnDisabled de l'objet spécifié.

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

Paramètres

element
DependencyObject

Objet à interroger concernant la propriété ShowOnDisabled.

Retours

Valeur de la propriété ShowOnDisabled.

Attributs

S’applique à