Click to See Complete Forum and Search --> : Toolstrip with pushed butons


asafaa
July 10th, 2006, 06:21 AM
i want my toolstrip to have buttons (i don't remember how they are called) that when the user push the button it stays pushed untill the user push that button again.

can i do that in the VS2005 ? cause i don't see that option when i make the toolstrip buttons....

logan
July 10th, 2006, 08:19 AM
You can use the CheckState property of ToolStrip buttons and set it to CheckState.Indeterminate.

asafaa
July 11th, 2006, 01:12 AM
Thanks logan!