PopUpMenuElement.this

Generates a menu element with the supplied parameters. Uses the default formatting to initialize texts.

  1. this(string source, dstring text, dstring secondaryText, PopUpMenuElement[] subElements)
    class PopUpMenuElement
    public
    this
    (
    string source
    ,
    dstring text
    ,
    dstring secondaryText = ""
    ,)
  2. this(string source, Text text, Text secondaryText, PopUpMenuElement[] subElements)

Meta