Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WRadioButton           Radio button control class
 ----------------------------------------------------------------------------
 WRadioButton
 Radio button control class
 ----------------------------------------------------------------------------
 
 Properties
 Checked        A logical indicating/controlling the state of the control
 WndClass       The name of the control's window class ("button")
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WRadioButton:None.
 
 Inherits From
 WControlWindow
 
 Inherited By
 Nothing.
 
 Description
 This is the class for radio button controls.
 
 When using a dialog editor, you should normally choose the
 style BS_AUTORADIOBUTTON, optionally with WS_TABSTOP.  The
 first radio button in a group (or a preceding
 frame/groupbox/text control) should normally have the WS_GROUP
 style.  The WRadioButton class can then search for all the
 buttons in the group to be able to control them appropriately.
 
 Because Clip-4-Win uses "smart dialogs with dumb controls",
 few properties and few methods are required in this class or
 most sub-classes.  (The WDialog class provides the logic,
 rather than spreading it across the controls.)
 
 Example
 @ Id IDD_CHAR  RadioButton  Action ::Type("C")  Obj oChar
 oChar:Checked := .T.
 
 See Also  (press Enter)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson