1 Attachment(s)
Re: [02/03] Button check.
You may be interested to know that if you set the Appearance property of a RadioButton to Button it will look exactly like a regular Button control but it will work as a toggle. When you click the button it will remain depressed until you click it a second time. The depressed state is equivalent to (Checked = True). The CheckBox control has a similar property. The difference is that when you depress a RadioButton with this Appearance it will popup all other RadioButtons.
Re: [02/03] Button check.
Hi jm,
Thanks for the explanation.
I didn't know that.
Wkr,
sparrow1