MenuItemStyle

public enum MenuItemStyle

Specifies how a MenuItemshows selection state.

  • The menu item will be shown normally, with no check indicator.

    Declaration

    Swift

    case plain
  • The menu item will indicate checked/un-checked state

    Declaration

    Swift

    case checked
  • The menu item is part of a menu radio group

    Declaration

    Swift

    case radio