[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ButtonBase Interfaces=ControlManager,Component,MarshalByRefObject,Object Info=Represents a Windows CheckBox Category=Common [Edit] Class=CheckBox Caption=Text Color=BackColor [Property] Width= | |80 Height= | |17 +Text= | |CheckBox BackColor= | |clBtnFace ForeColor= | |clBtnText @Appearance=Sets the value that determines the appearance of a CheckBox control. ARG(Appearance)|14|0|Normal,Button @AutoCheck=Sets a value indicating whether the Checked or CheckState values and the CheckBox's appearance are automatically changed when the CheckBox is clicked. ARG(bool)|14|0|True,False @CheckAlign=Sets the horizontal and vertical alignment of the check mark on a CheckBox control. ARG(ContentAlignment)|14|3|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @Checked=Sets a value indicating whether the CheckBox is in the checked state. ARG(bool)|14|1|True,False @CheckState=Sets the state of the CheckBox. ARG(CheckState)|14|0|Unchecked,Checked,Indeterminate @TextAlign=Sets the alignment of the text on the CheckBox control. ARG(ContentAlignment)|14|3|TopLeft,TopCenter,TopRight,MiddleLeft,MiddleCenter,MiddleRight,BottomLeft,BottomCenter,BottomRight @ThreeState=Sets a value indicating whether the CheckBox will allow three check states rather than two. ARG(bool)|14|1|True,False [Methods] *onAppearanceChanged=Occurs when the value of the Appearance property changes. ARG(EventArgs)|2|0 *onCheckedChanged=Occurs when the value of the Checked property changes. ARG(EventArgs)|2|0 onCheckStateChanged=Occurs when the value of the CheckState property changes. ARG(bool)|2|104 *Appearance=Returns the value that determines the appearance of a CheckBox control. ARG(Appearance)|3|0 *AutoCheck=Returns a value indicating whether the Checked or CheckState values and the CheckBox's appearance are automatically changed when the CheckBox is clicked. ARG(bool)|3|104 *CheckAlign=Returns the horizontal and vertical alignment of the check mark on a CheckBox control. ARG(ContentAlignment)|3|0 Checked=Returns a value indicating whether the CheckBox is in the checked state. ARG(bool)|3|104 *CheckState=Returns the state of the CheckBox. ARG(CheckState)|3|0 *TextAlign=Returns the alignment of the text on the CheckBox control. ARG(ContentAlignment)|3|0 *ThreeState=Returns a value indicating whether the CheckBox will allow three check states rather than two. ARG(bool)|3|104