ContextMenuService.ShowOnDisabled Присоединенное свойство

Определение

Получает или задает значение, показывающее, должен ли отображаться объект ContextMenu, когда его родительский элемент становится недоступным.

see GetShowOnDisabled, and SetShowOnDisabled
see GetShowOnDisabled, and SetShowOnDisabled
see GetShowOnDisabled, and SetShowOnDisabled

Примеры

В этом примере создается и отображается ContextMenu отключенная кнопка.

<Button Height="30" Content="Disabled Button" IsEnabled="False" 
        ContextMenuService.ShowOnDisabled="True">
  <Button.ContextMenu>
    <ContextMenu>
      <MenuItem Header="Edit">
        <MenuItem Header="Cut"/>
        <MenuItem Header="Copy"/>
        <MenuItem Header="Paste"/>
        <Separator/>
        <MenuItem Header="Context Menu item with ToolTip">
          <MenuItem.ToolTip>
            <ToolTip>
              Some information.
            </ToolTip>
          </MenuItem.ToolTip>
        </MenuItem>
      </MenuItem>
    </ContextMenu>
  </Button.ContextMenu>
</Button>

Комментарии

Сведения о свойстве зависимостей

Поле идентификатора ShowOnDisabledProperty
Metadata properties set to true Нет

Применяется к

См. также раздел