Seeking this kind of component name

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58876
    Support
    Keymaster

      I think, this is the TsSpeedButton control.

      – Define the ButtonStyle property to bsDropDown

      – Define the DropdownMenu property

      – Define the OnClick event

      #58912
      JM-DG
      Participant
        'Support' wrote:

        I think, this is the TsSpeedButton control.

        – Define the ButtonStyle property to bsDropDown

        – Define the DropdownMenu property

        – Define the OnClick event

        Great answer.

        However, I did not want the arrow to trigger a dropdown menu, but instead show a component.

        In the end, I hacked my way around using a TsSpeedButton control for the arrow on the right (showing a component on click) + a glyphed TsBitBtn on the left.

        Thank you. 🙂

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