The font of the specified combo box.
object.Font
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISComboBox interface |
StdFont
Display some information about the specified combo box, including its font name and font size.
Dim aControl
Dim aFont
Dim aControlInfo
Set aControl = Form.Controls_("cmbInform")
set aFont = aControl.Font
aControlInfo =_
"Caption: " & aControl.Caption & vbNewLine &_
"ShortName: " & aControl.ShortName & vbNewLine &_
"TypeName: " & aControl.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 .