This document is archived and information here might be outdated. Recommended version. |
Text font.
[Visual Basic .NET]
Public Property Font As stdole.IFontDisp
[C#]
public stdole.IFontDisp Font {get; set;}
[C++]
HRESULT get_Font(
IFontDisp** fontDisp
);
[C++]
HRESULT put_Font(
IFontDisp* fontDisp
);
[C++] Parameters fontDisp [out, retval]
fontDisp is a parameter of type IFontDisp** fontDisp [in]
fontDisp is a parameter of type IFontDisp*