Seeking this kind of component name

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38106
    JM-DG
    Participant

    Is there this kind of component available with acskin? (See screenshot)

    It's actually one component with 2 button sections.

    I feel like I used it once before with alphaskins but I can't seem to find it anymore.

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