This member of WaveLinkWidget Object is supported on: CE
The DisplayFontSize property stores and retrieves the font size of the widget.
VB
DsplFontSize = object.DisplayFontSize
object.DisplayFontSize = DsplFontSize
VC++
HRESULT hr = object->get_DisplayFontSize(short *DsplFontSize);
HRESULT hr = object->put_DisplayFontSize(short DsplFontSize);
Return Values
DsplFontSize |
The variable that retrieves the font size |
Parameters
DsplFontSize |
The variable that specifies the 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