How to work with Check Box properties
To work with Check Box properties
Caption: specify the text string that labels the Check box
AllowGrayed: If True selected, the check box has three possible states: checked, unchecked, and grayed. If False, selected, it has only two possible states: checked and unchecked.
State: Possible values of State, such as cbChecked, cbUnchecked and cbGrayed
Aligment: If set to taRightJustify, the caption appears to the right of the check box. If set to taLeftJustify, the caption appears to the left of the check box.
Checked: To determine whether the check box is checked or unchecked
No comments:
Post a Comment