PopUpMenu.this

Use this if you want icons in your list. All the icons have to be the same exact size, otherwise it might cause exceptions.

  1. this(int columnheight, string subsource, string[] sources, wstring[] texts, uint[int] hotkeyCodes)
  2. this(int columnheight, string subsource, string[] sources, wstring[] texts, Bitmap16Bit[int] icons, uint[int] hotkeyCodes)
    class PopUpMenu
    this
    (,
    string subsource
    ,
    string[] sources
    ,
    wstring[] texts
    ,,
    uint[int] hotkeyCodes = null
    )

Meta