Font Property

Measurement Studio User Interface

Font Property

Syntax

CWButton.Font

Data Type

Font

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

See Also

Caption

OnText

OffText