TX Text Control .NET for Windows Forms Documentation

DocumentServer.DocumentController.CheckBoxFont Property

Gets or sets the font used for rendering check boxes.

Syntax

[C#] public Font CheckBoxFont { get; set; }
[Visual Basic] Public Property CheckeBoxFont() As Font

Remarks

The default check box font is Wingdings.

Example

The following example sets a new check box font:

[C#] TXTextControl.DocumentController documentController1 = new TXTextControl.DocumentController(); documentController1.CheckBoxFont = new System.Drawing.Font(new FontFamily("Symbol"), 1f);
[Visual Basic] Dim DocumentController1 As TXTextControl.DocumentController = New TXTextControl.DocumentController DocumentController1.CheckBoxFont = New System.Drawing.Font(New FontFamily("Symbol"), 1F)

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now