menu bar button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.