How to Create a Check Box that Shows a Check Mark
Article ID: 142566
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q142566
SUMMARY
When a check box is displayed on a form, there is no property you can set
to have the check box show a check mark that is larger or a dfferent shape
than the small default check mark. Some users might prefer a larger or
different style of check mark. This can be achieved by setting the check
box Style Property to Graphical. This allows the Picture Property to be set
to a bitmap that appears as a check mark. Then you can change the setting
of the Picture Property to the bitmap when the check box is checked and set
it to no bitmap when it is not checked.
Additional query words: VFoxWin
Keywords: KB142566