DefaultDisplayBackColor Property

This member of WaveLinkFactory Object is supported on: CE

The DefaultDisplayBackcolor property stores and retrieves the default background color of the current WaveLinkFactory object.

VB

DsplBackColor = object.DefaultDisplayBackColor

object.DefaultDisplayBackColor = DsplBackColor

VC++

HRESULT hr = object->get_DefaultDisplayBackColor(long *DsplBackColor);

HRESULT hr = object->put_DefaultDisplayBackColor(long DsplBackColor);

Return Values

BackColor

The variable that retrieves the default background color

Parameters

BackColor

The variable that stores the default 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

Privacy and Legal