Link Search Menu Expand Document

MenuElement.State

Constants that indicate the state of an action-based or command-based menu element.

public enum State: Int 

Inheritance

Int

Enumeration Cases

off

A constant indicating the menu element is in the “off” state.

case off

on

A constant indicating the menu element is in the “on” state.

case on

mixed

A constant indicating the menu element is in the “mixed” state.

case mixed