Remarks
The default check box font is Wingdings.
Gets or sets the font used for rendering check boxes.
public Font CheckBoxFont { get; set; }Public Property CheckeBoxFont() As FontThe following examples sets a new check box font.
TXTextControl.DocumentController documentController1 = new TXTextControl.DocumentController();
documentController1.CheckBoxFont = new System.Drawing.Font(new FontFamily("Symbol"), 1f);Dim DocumentController1 As TXTextControl.DocumentController = New TXTextControl.DocumentController
DocumentController1.CheckBoxFont = New System.Drawing.Font(New FontFamily("Symbol"), 1F)The default check box font is Wingdings.