SelectMenuItemBase

A MenuItem which can be selected, and when it is selected a check mark (a tick) appear as the graphic to the left of the menu's text.

Concrete implementations are ToggleMenuItem, RadioMenuItem and PropertyRadioMenuItem.

Inheritors

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
abstract val selected: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun performAction()
Link copied to clipboard
abstract fun toggle()