DhCheckBox.DhCheckBox

Overview | Methods | This Package | All Packages

DhCheckBox.DhCheckBox

Creates a check box control.

Syntax

public DhCheckBox()

public DhCheckBox( String strText, boolean fChecked )

Parameters

strText

The text label.

fChecked

The initial checked state of the check box.

Remarks

The default constructor (with no parameters) has neither a label nor a check mark. The constructor with parameters has a right-aligned label by default.