This member of WaveLinkWidget Object is supported on: CE
The DisplayFontName property stores and retrieves the font name of the widget.
VB
DsplFontName = object.DisplayFontName
object.DisplayFontName = DsplFontName
VC++
HRESULT hr = object->get_DisplayFontName(BSTR *DsplFontName);
HRESULT hr = object->put_DisplayFontName(BSTR DsplFontName);
Return Values
DsplFontName |
The variable that retrieves the font name |
Parameters
DsplFontName |
The variable that specifies the font name. Pass a value of null to use the default system font. |
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other