ButtonEx ActiveX Control Reference
Returns or sets a Font object.
Property type
A Font object.
Syntax
object.Font [= Font]
The Font property syntax has these parts:
| Part | Description |
| object | An expression evaluating to an object of type ButtonEx. |
| Font | A 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.