CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2004
    Posts
    346

    Toolstrip with pushed butons

    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....

  2. #2
    Join Date
    Sep 2004
    Location
    New Delhi, India
    Posts
    640

    Re: Toolstrip with pushed butons

    You can use the CheckState property of ToolStrip buttons and set it to CheckState.Indeterminate.
    "I rather not play football than wear Nerrazzuri shirt" - Paolo Maldini
    FORZA MILAN!!!

  3. #3
    Join Date
    Aug 2004
    Posts
    346

    Re: Toolstrip with pushed butons

    Thanks logan!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured