Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

Help implementing the View icon with dropdown

Hi, I'm using the VS2005 .net 2.0.  I would like to implement the View icon that that has a dropdown arrow with the view options of Large icons, small icons, deatils....   This is the icon one would usually see when using the Disk explorer.  Can someone tell me where I can get this View icon with dropdown and if there's sample code on how to use this.  Many thanks.
Avatar of R_Spruit
R_Spruit

The button looks to me like a standard toolstripdropdownbutton. Add a ToolStrip control to your form, add a dropdownbutton to that toolstrip and add the options. You can set the "Checked" state of the menu subitems to indicate which option is selected.

I can't help you with the icons. I'm guessing they are copyrighted. There are free icon packs around the net but I'm not sure if they contain such icons.

Roel
Avatar of lapucca

ASKER

what is a dropdownbutton ?  I don't see that in my Toolbox of controls.  Thank you.
ASKER CERTIFIED SOLUTION
Avatar of R_Spruit
R_Spruit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca

ASKER

Oh, great, I found it.  Thank you very much.