Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.