Click here to Skip to main content
6,595,854 members and growing! (17,514 online)
Email Password   helpLost your password?
Desktop Development » Button Controls » General     Intermediate

SplitButton: an XP style dropdown split button

By Gladstone

The SplitButton control represents a dropdown split button in standard theme-supported XP style.
C#.NET 2.0, Win2K, WinXP, GDI+, VS2005, Dev
Posted:18 Sep 2006
Updated:25 Oct 2006
Views:125,954
Bookmarked:125 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
22 votes for this article.
Popularity: 5.82 Rating: 4.34 out of 5
2 votes, 9.1%
1

2
2 votes, 9.1%
3
3 votes, 13.6%
4
15 votes, 68.2%
5

Demo

Demo

Introduction

Yesterday, I was thinking the best way to solve a particular situation (specific actions derived logically from one) was a split button. Searching and searching on MSDN produced no results, so I was perplexed: no split button in .NET? No, there isn't. The strange thing is that a StripSplitButton (or something like that) exists, that is, the split button equivalent for the ToolStrip. Probably, not being a standard control for the system, they though not to include the control, because it was easy to simulate its functionality with images, and that's what I did.

Using the code

The control is very easy to use. Anyway, this is the step-by-step how-to-do:

  1. Include SplitButton.cs and SplitButton.designer.cs in your project.
  2. Load the assembly in the toolbox of Visual Studio, or just insert a Button control in your form, and then change the type from Button to SplitButton.

    [Updated: Oct '06] You can stop here, default images for split states will be used by the control, or you can follow next steps to customize split images.

    Optional:

  3. Add an ImageList to your form (or control or whatever) and set the ImageList property of the SplitButton to this ImageList.
  4. Add images you want to the ImageList for the SplitButton splitter side statuses: Normal, Hover, Clicked, Disabled, Focused.
  5. Now, have a look at the property windows for the SplitButton, go to "Split Button Images" category, and simply select an image for each status from the list box of images (the ones in the ImageList of the SplitButton).
  6. Now, you can set some suggested options: TextAlign to MiddleLeft, ImageAlign to MiddleRight, and TextImageRelation to TextBeforeImage. You're done.

Now you can set some custom options for the SplitButton, a brief description follows:

  • bool DoubleClickedEnabled - Indicates whether the double click event is raised on the SplitButton.
  • bool AlwaysDropDown - Indicates whether the SplitButton always shows the drop down menu even if the button part is clicked.
  • bool AlwaysHoverChange - Indicates whether the SplitButton always shows the hover image status in the split part even if the button part is hovered.
  • bool CalculateSplitRect - Indicates whether the split rectangle must be calculated (based on the split image size).
  • bool FillSplitHeight - Indicates whether the split height must be filled to the button height even if the split image height is lower.
  • int SplitHeight - The split height (ignored if CalculateSplitRect is set to true).
  • int SplitWidth - The split width (ignored if CalculateSplitRect is set to true).

In addition to this, there are two events:

  • ButtonClick - Occurs when the button part of the SplitButton is clicked.
  • ButtonDoubleClick - Occurs when the button part of the SplitButton is double-clicked.

Conclusion

It's only a simple control, I know, but it could be useful in my opinion.

So, that's all, I think. I hope you'll find it useful, bye!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Gladstone


Member

Location: Italy Italy

Other popular Button Controls articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 25 of 30 (Total in Forum: 30) (Refresh)FirstPrevNext
GeneralGreat work. PinmemberNate Shoffner16:44 23 Jul '09  
GeneralThank you ! PinmemberJackChen198716:51 19 Jul '07  
GeneralRe: Thank you ! Pinmemberdubbele onzin9:52 9 Nov '07  
QuestionEvent to handle a subitem being clicked? PinmemberCdnProgrammer5:08 19 Jul '07  
AnswerRe: Event to handle a subitem being clicked? PinmemberGladstone6:31 19 Jul '07  
NewsSlightly more professional SplitButton PinmemberVB Guy16:43 24 Jun '07  
GeneralRe: Slightly more professional SplitButton PinmemberGladstone4:53 25 Jun '07  
GeneralRe: Slightly more professional SplitButton PinmemberVB Guy5:37 25 Jun '07  
GeneralRe: Slightly more professional SplitButton PinmemberGladstone7:38 25 Jun '07  
GeneralRe: Slightly more professional SplitButton PinmemberCdnProgrammer12:37 18 Jul '07  
GeneralPrevent right-click context menu PinmemberAutoDeveloper4:49 31 Oct '06  
GeneralRe: Prevent right-click context menu [modified] PinmemberGladstone7:26 31 Oct '06  
GeneralBackground image stays enabled Pinmembergolan.barnov5:44 21 Oct '06  
GeneralRe: Background image stays enabled PinmemberGladstone6:17 21 Oct '06  
GeneralRe: Background image stays enabled Pinmembergolan.barnov6:38 21 Oct '06  
GeneralRe: Background image stays enabled PinmemberGladstone14:57 21 Oct '06  
GeneralRe: Background image stays enabled PinmemberGladstone15:07 21 Oct '06  
GeneralRe: Background image stays enabled Pinmembergolan.barnov16:31 22 Oct '06  
GeneralA much easier way without programming. PinmemberNice Life22:25 26 Sep '06  
GeneralRe: A much easier way without programming. Pinmemberleggan22:41 26 Sep '06  
GeneralRe: A much easier way without programming. PinmemberNice Life23:03 26 Sep '06  
GeneralRe: A much easier way without programming. Pinmemberleggan23:13 26 Sep '06  
AnswerRe: A much easier way without programming. PinmembertCodex9:29 14 Nov '06  
GeneralRe: A much easier way without programming. PinmemberAdadurov11:16 24 Feb '08  
Generaldo u have a .net 1.1 source available ? Pinmemberpepedupuis5:10 25 Sep '06  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 25 Oct 2006
Editor: Smitha Vijayan
Copyright 2006 by Gladstone
Everything else Copyright © CodeProject, 1999-2009
Web16 | Advertise on the Code Project