CheckBox
Previous  Next

Methods

Focus : Brings the focus to the control.

New1(form AS Form, left AS Int, Top AS Int, width AS Int, height AS Int) : Creates a new Checkbox of width and height at the top and left location on a form. Form is a string or a native Form or a  ControlRef for a FormEx.


Properties

BackColor : Color [I/O] : Sets or gets the background color of the control - same as Color.

Checked: Boolean [I/O] : Gets or sets the checked state of the control.

ControlRef : Control [I] : Gets a reference to the underlying control.

Enabled : Boolean [I/O] : Enables or disables the control.

ForeColor  : Color [I/O] : Sets or gets the foreground color of the control.

FontSize: Double [I/O] : Gets or sets the size of the font of the control.

Height : Int  [I/O] : Gets or sets the height of the control.

Image : Bitmap [I/O] : Gets or sets the background image of the control.

Left : Int [I/O] : Gets or sets the horizontal location of the control on the screen.

Text : String [I/O] : Gets or sets the text associated with the control.

Top : Int [I/O] : Gets or set the vertical location of the control on the screen.

Width : Int  [I/O] : Gets or sets the width of the control.


Events

Click-: The control has been clicked.