This member of WaveLinkFactory Object is supported on: CE
The DefaultDisplayFontSize property stores and retrieves the default font size of the current WaveLinkFactory object.
VB
DsplFontSize = object.DefaultDisplayFontSize
object.DefaultDisplayFontSize = DsplFontSize
VC++
HRESULT hr = object->get_DefaultDisplayFontSize(short *DsplFontSize);
HRESULT hr = object->put_DefaultDisplayFontSize(short DsplFontSize);
Return Values
| 
                         DsplFontSize  | 
                    
                         The variable that retrieves the default font size  | 
                
Parameters
| 
                         DsplFontSize  | 
                    
                         The variable that specifies the default font size. Pass a value of –1 to use the default system font size.  | 
                
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other