The font of the specified radio button.
object.Font
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISRadioButton interface |
StdFont
Display some information about the specified radio button, including its font name and font size.
Dim aRadioButton
Dim aControlInfo
Set aRadioButton = Form.Controls_("rbCaseOne")
set aFont = aRadioButton.Font
aControlInfo =_
"Caption: " & aRadioButton.Caption & vbNewLine &_
"ShortName: " & aRadioButton.ShortName & vbNewLine &_
"TypeName: " & aRadioButton.TypeName & vbNewLine &_
"Font Name: " & aFont.Name & vbNewLine &_
"Font Size: " & aFont.Size
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface Font can be found in .