Gets or sets the character's code that is used to render unchecked check boxes.

Syntax

public int CharCodeUnchecked { get; set; }
Public Property CharCodeUnchecked() As Integer

Remarks

The value of this property relates to the setting of DocumentServer.DocumentController.CheckBoxFont. The property's default value is 168, which is the code for 'ballot box' in Wingdings. The character codes can be looked up using the system tool Character Map. The hexadecimal character codes shown there simply have to be converted to decimal values.