J
Jungle Boy
I'm trying to convert a Borland C++ app to C#
Borland C++ has 3 types of buttons:
TButton, TBitBtn and TSpeedbutton
TSpeedbutton has 'Down' and 'GroupIndex' properties.
The 'Down' state is useful for controlling the button up/down
state from say a timer event.
The 'GroupIndex' allows a group of SpeedButtons to act like
radio buttons. A value of 0 switches this feature off.
C# doesn't seem to have anything like this.
Does anyone know how I can access these features?
-JB
Borland C++ has 3 types of buttons:
TButton, TBitBtn and TSpeedbutton
TSpeedbutton has 'Down' and 'GroupIndex' properties.
The 'Down' state is useful for controlling the button up/down
state from say a timer event.
The 'GroupIndex' allows a group of SpeedButtons to act like
radio buttons. A value of 0 switches this feature off.
C# doesn't seem to have anything like this.
Does anyone know how I can access these features?
-JB