menu bar button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #35499
    ddlcorp44
    Participant

    Hello sir.

    I have a question..how to create menu bar button like firefox?

    [attachment=6019:screenshot.jpg]

    #49582
    Support
    Keymaster

    Hello!

    Place TsTitleBar component to the form and add new Item there. Set the bsMenu style for this item and define the DropdownMenu property.

    #49586
    ddlcorp44
    Participant

    thanks for your answer sir 🙂

    but I did not find the content in dropdownmenu property?

    #49588
    Support
    Keymaster

    You can create any TPopupMenu component and choose this component in the dropdownmenu property.

    #49589
    ddlcorp44
    Participant

    thank you SO MUCH sir. It worked 🙂

    Kind regards,

    Dikrie.

    #49590
    ddlcorp44
    Participant

    one more question sir, how to remove programs icon in title bar?

    #49591
    Support
    Keymaster
    'ddlcorp44' wrote:

    one more question sir, how to remove programs icon in title bar?

    sSkinProvider1.TitleIcon.Visible := False;

    #49592
    ddlcorp44
    Participant

    it's work..Thanks you so much sir 🙂

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