Is it possible to have a button having multiple options. I mean, its like a combobox having buttons inserted in it. My intention is to create a button which doing two things according to choice: “Load Setting” or “Restore last setting”.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Sounds like you want to use something like a SplitButton. If that’s not what you want, you can always have a combobox full of options with a button below it, or a radiobutton group… or even just multiple buttons.