Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setall in optiongroup
Message
 
 
To
29/06/2008 01:39:03
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01327499
Message ID:
01327500
Views:
10
The base class is 'optopnbutton' not 'option'
this.setall("fontname", "thefontIwant", "optionbutton")
this.setall("fontsize",12, "optionbutton")
You can also select multiple multiple optionbuttons in the Designer using Shift key and mouse and change their properties at once.

>
>In order to set the properties of the options of a optiongroup in the class windows. I type in the following codes at init()
>
>this.setall("fontname", "thefontIwant", "option)
>this.setall("fontsize",12, "option")
>
>so that I need not to set the properties one by one for the option1, option2, option3 .... separately at design time. However, I fail to do that when the form is run. What I have been misunderstood and done wrongly ??
>
>Also, how can I code the statement at the control's setall method ?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform