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

Syntax

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

Remarks

The value of this property relates to the setting of DocumentServer.DocumentController.CheckBoxFont. The property's default value is 254, which is the code for 'ballot box with check' 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.