Font Property
Syntax
CWButton.Font
Data Type
Purpose
Specifies the font for the caption and the two text fields in the button.
Example
CWButton1.Font.Bold = True
'Make CWButton1 have the same font as CWButton2
Set CWButton1.Font = CWButton2.Font