DefaultDisplayFontType Property

This member of WaveLinkFactory Object is supported on: CE

The DefaultDisplayFontType property stores and retrieves the default font of the current WaveLinkFactory object.

VB

DsplFontName = object.DefaultDisplayFontType

object.DefaultDisplayFontType = DsplFontName

VC++

HRESULT hr = object->get_DefaultDisplayFontType(BSTR *DsplFontName);

HRESULT hr = object->put_DefaultDisplayFontType(BSTR DsplFontName);

Return Values

DsplFontName

The variable that retrieves the default font

Parameters

DsplFontName

The variable that specifies the default font. 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

Privacy and Legal