Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6013977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:37:32+00:00 2026-05-23T02:37:32+00:00

How to change dropdown button in a ComboBox control (C#, Windows Forms)? I have

  • 0

How to change dropdown button in a ComboBox control (C#, Windows Forms)? I have a custom button, and I want to use it in the ComboBox instead of the default dropdown button.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:37:33+00:00Added an answer on May 23, 2026 at 2:37 am

    I think Hans Passant solution is the way…

    From here:

    http://social.msdn.microsoft.com/forums/en-US/winformsdesigner/thread/5d65f987-834c-465f-a944-622831d4cfb0

    You can create a UserControl, drag a
    ComboBox and a Button onto it, make
    the Button right over the ComboBox’s
    arrow button to make the arrow button
    invisible, handle the Button’s Paint
    event to draw an arrow on it, this can
    be done by calling
    ComboBoxRenderer.DrawDropDownButton()
    method (Notice: this method has a
    limit, it needs the visual style being
    enabled on the OS) or by drawing an
    icon on it, or just drawing a small
    triangle on it.
    Then handle the Click event of the button to show the ComboBox’s
    DropDown, this can be done by
    something like this

        private void button1_Click(object sender, EventArgs e)
        {
            this.comboBox1.DroppedDown = true;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to change the value of data-confirm attribute on a button (submit) based
Is there anyway to change the dropdown button of the datetimepickers color to look
how to change the width of the dropdown List in asp.net dropdownlist control? What
I have an options button that, when clicked on, will display a dropdown list
I have a web page consisting of a dropdown menu. What i want is
I have dropdown list on my page. When I click on submit button, gridview
I have a dropdown list that when the selected value changes I want to
i change dropdown list with button click like this: ddl.selectedIndex+=1 my ddl has a
I want to change the BackColor of the PopUp control that is shown if
I have a drop down in html. When I change the value of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.