AnnoSetDefaultCheckBoxType

Usage                 

Sub AnnoSetDefaultCheckBoxType(Type As BIANNOLib.MarkType)

Description        

Sets 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        

Type

BIANNOLib.MarkType  Default mark style. This can be one of the following values:

 

 

markX = 1

 

 

markCheck = 2

Return value     

None

Programming Notes       

None