Menu.addMenuEntry

Add a cascade menu to this menu.

class Menu
addMenuEntry
(
this T
)
(
string label
,,
ubyte underlineChar = ubyte.max
)

Parameters

label string

The label of the menu.

menu Menu

The menu to add as a cascade menu.

underlineChar ubyte

The index of the character to underline.

Return Value

Type: auto

This widget to aid method chaining.

Meta