Usage |
Integer AnnoGetDefaultCheckBoxType() |
Description |
Gets the default mark style to show if a newly created checkbox is in a checked state. This can be an X or a checkmark. |
Parameters |
None |
Return value |
Default mark style. This can be one of the following values (defined in BIANNOLib.MarkType): |
|
markX = 1 |
|
markCheck = 2 |
Programming Notes |
None |