Usage |
Integer AnnoObjGetCheckBoxType() |
Description |
Gets the style of the mark that appears if the selected checkbox is in a checked state. This can be an X or a checkmark. |
Parameters |
None |
Return value |
Mark style of the selected checkbox. This can be one of the following values (defined in BIANNOLib.MarkType): |
|
markX = 1 |
|
markCheck = 2 |
Programming Notes |
None |