[CLOSED] How toggle button keep active even after click on it

  1. #1

    [CLOSED] How toggle button keep active even after click on it

    Hi,

    In a tab I have added 4 sub navigation buttons, each button will load some controls in the tab panel. If I clicked on first toggle button, the button get hilighted. Then again I clicked on the same button the highlight for that button has gone. How to keep the button in pressed state ?
    Last edited by Daniil; Jan 02, 2012 at 5:20 AM. Reason: [CLOSED]
  2. #2
    Hi

    I got the solution. It is working...

    if (!btnTest.Pressed)
       btnTest.Toggle();
    Quote Originally Posted by rnachman View Post
    Hi,

    In a tab I have added 4 sub navigation buttons, each button will load some controls in the tab panel. If I clicked on first toggle button, the button get hilighted. Then again I clicked on the same button the highlight for that button has gone. How to keep the button in pressed state ?
    Last edited by Daniil; Jan 02, 2012 at 5:16 AM. Reason: Please use [CODE] tags

Similar Threads

  1. Replies: 4
    Last Post: Jan 04, 2012, 4:38 AM
  2. Replies: 2
    Last Post: Dec 20, 2011, 8:18 AM
  3. [CLOSED] Toggle button with different icons
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 07, 2011, 6:03 PM
  4. Replies: 1
    Last Post: Jul 24, 2009, 2:52 AM
  5. [CLOSED] Toggle Button
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 07, 2008, 3:09 PM

Tags for this Thread

Posting Permissions