ContextMenuService.GetHasDropShadow(DependencyObject) Méthode

Définition

Obtient une valeur qui indique si le ContextMenu présente une ombre portée.

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

Paramètres

element
DependencyObject

Objet à interroger concernant la présence ou l'absence d'une ombre portée.

Retours

Boolean

Valeur booléenne, true si le ContextMenu a une ombre portée ; sinon, false.

Attributs

S’applique à