Usage |
Sub AnnoObjSetCheckBoxType(Type As BIANNOLib.MarkType) |
|
Description |
Sets the mark style to show if the selected checkbox is in a checked state. This can be an X or a checkmark. |
|
Parameters |
Type |
BIANNOLib.MarkType Mark style. This can be one of the following values: |
|
|
markX = 1 |
|
|
markCheck = 2 |
Return value |
None |
|
Programming Notes |
None |