Toggle Button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?R3JlZw==?=

    #1

    Toggle Button

    I've been looking for a Toggle Button style control and can't seem to find
    anything. I want to have two buttons on the screen with only one of the two
    being pushed down (or true). One of the two buttons must always be pushed
    down and when the other one is pushed down on the other becomes false.

    Anyway, I'm just looking to implement a basic Toggly Style Button group.

    Thanks.
  • tom_shelton@comcast.net

    #2
    Re: Toggle Button

    Greg wrote:
    I've been looking for a Toggle Button style control and can't seem to find
    anything. I want to have two buttons on the screen with only one of the
    two being pushed down (or true). One of the two buttons must always be
    pushed down and when the other one is pushed down on the other becomes
    false.
    >
    Anyway, I'm just looking to implement a basic Toggly Style Button group.
    >
    Thanks.
    Use RadioButton's with their Appearance property set to Button.

    --
    Tom Shelton

    Comment

    Working...