[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ButtonBase Interfaces=ControlInherit,Component,MarshalByRefObject,Object,ControlManager Info=Enables the user to select a single option from a group of choices when paired with other RadioButton controls Category=Common [Edit] Class=RadioButton Caption=Text Color=BackColor [Property] Width= | |85 Height= | |17 BackColor= | |clBtnFace ForeColor= | |clBtnText +Text= | |RadioButton TabStop= | |1|True,False TextAlign= | |5|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @Appearance=Sets a value determining the appearance of the RadioButton. ARG(Appearance)|14|0|Normal,Button @AutoCheck=Sets a value indicating whether the Checked value and the appearance of the control automatically change when the control is clicked. ARG(bool)|14|0|True,False @CheckAlign=Sets the location of the check box portion of the RadioButton. ARG(ContentAlignment)|14|3|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @Checked=Sets a value indicating whether the control is checked.ARG(bool)|14|1|True,False [Methods] *doPerformClick=Generates a Click event for the control, simulating a click by a user. ARG()|1|0 *onAppearanceChanged=Occurs when the Appearance property value changes. ARG(EventArgs)|2|0 onCheckedChanged=Occurs when the value of the Checked property changes. ARG(bool)|2|104 *Appearance=Returns a value determining the appearance of the RadioButton. ARG(Appearance)|3|0 *AutoCheck=Returns a value indicating whether the Checked value and the appearance of the control automatically change when the control is clicked. ARG(bool)|3|104 *CheckAlign=Returns the location of the check box portion of the RadioButton. ARG(ContentAlignment)|3|0 Checked=Returns a value indicating whether the control is checked.ARG(bool)|3|104 RadioButton=Returns the RadioButton object. ARG(RadioButton)|3|0