This member of WaveLinkWidget Object is supported on: CE
The DisplayBackcolor property stores and retrieves the background color of the widget.
VB
DsplBackColor = object.DisplayBackColor
object.DisplayBackColor = DsplBackColor
VC++
HRESULT hr = object->get_DisplayBackColor(long *DsplBackColor);
HRESULT hr = object->put_DisplayBackColor(long DsplBackColor);
Return Values
BackColor |
The variable that retrieves the background color |
Parameters
BackColor |
The variable that stores the background color. Pass a value of –1 to use the default system background color |
Remarks
The background color must be specified in six-byte RGB format (example, FFFFFF).
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other