ButtonEx ActiveX Control Reference

Font property

         

Returns or sets a Font object.

Property type

A Font object.

Syntax

object.Font [= Font]

The Font property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type ButtonEx.
FontA Font object.

Remarks

The Font object provides properties for use: Bold, Charset, Italic, Name, Size, Strikethru, Underline, Weight.

Examples

ButtonEx1.Font.Bold = True
ButtonEx1.Font.Italic = True

Problems, Suggestions, Praise concerning the documentation? Please send feedback.