How to skin a TMenuItems created dynamically?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34528
    lolwut
    Participant

    Hi everyone,

    As asked in the title I would just know how to skin a TMenuItems knowing it's used in a TPopupMenu also created dynamically. Thanks in advance.

    #45561
    lolwut
    Participant

    I just found the answer on the other section of the forum…

    Just posting it in case someone would be looking for the same thing:

    Code:

    Form1.sSkinManager1.SkinableMenus.HookPopupMenu(MyTPopupMenu,true);

    Form1.sSkinManager1.SkinableMenus.HookItem(MyTMenuItems,true);

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.