DefaultDisplayForeColor Property

This member of WaveLinkFactory Object is supported on: CE

The DefaultDisplayForeColor property stores and retrieves the default foreground color of the current WaveLinkFactory object.

VB

DsplForeColor = object.DefaultDisplayForeColor

object.DefaultDisplayForeColor = DsplForeColor

VC++

HRESULT hr = object->get_DefaultDisplayForeColor(long * DsplForeColor);

HRESULT hr = object->put_DefaultDisplayForeColor(long DsplForeColor);

Return Values

DsplForeColor

The variable that retrieves the default foreground color

Parameters

DsplForeColor

The variable that specifies the default foreground color. Pass a value of –1 to use default system foreground color.

Remarks

The 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