Udostępnij za pośrednictwem


ContextMenuService.IsEnabled Właściwość dołączona

Definicja

Pobiera lub ustawia wartość wskazującą, czy ContextMenu można je wyświetlić.

see GetIsEnabled, and SetIsEnabled
see GetIsEnabled, and SetIsEnabled
see GetIsEnabled, and SetIsEnabled

Przykłady

W poniższym przykładzie pokazano, jak wyłączyć menu kontekstowe, ustawiając IsEnabled właściwość na false.

<Button ContextMenuService.IsEnabled="false">
  Button with a disabled context menu
  <Button.ContextMenu>
    <ContextMenu>
      <MenuItem Header="Item"/>
    </ContextMenu>
  </Button.ContextMenu>
</Button>

Uwagi

IsEnabled Gdy właściwość jest false menu kontekstowe, nie jest wyświetlane, gdy użytkownik kliknie prawym przyciskiem myszy kontrolkę nadrzędną.

Informacje dotyczące właściwości zależności

Pole identyfikatora IsEnabledProperty
Właściwości metadanych ustawione na true Brak

Dotyczy

Zobacz też