property Button.Font as IFontDisp
Retrieves or sets the control's font.

TypeDescription
IFontDisp A Font object being used.
Use the Font property to assign a new font to the control. Use the HTML tags like <b> to bold parts of control's caption. Use the Caption property to assign a caption to the button. The font must be of type StdFont in the OLE Automation type library. When the control is initially placed on a form or other container object, the Font property will automatically be set to the "Arial" font.