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

TypeDescription
IFontDisp A Font object used to paint the items.
Use the Font property to change the control's font. Use the <b>,<i>, <s> or <u> HTML attributes in the Caption property to show portions of text as bold, italic, strikeout or underlined. Use the <font> HTML element to specify a different font for portions on text in the control's caption.