Click here for NewsObjects Overview
ProfileColor Property (Story Control)
Windows - Visual C++


Description
The ProfileColor property returns or sets the highlight color for profile hits in the story.

Running property is read-only.

Syntax
OLE_COLOR crProfile = GetProfileColor();
void SetProfileColor(OLE_COLOR crProfile); 

The ProfileColor syntax has these parts:

Part

Description

crProfile

OLE_COLOR value representing the color to set the profile hits.

Remarks
The color can be either normal RGB (red, green, blue) or system default colors. Normal RGB colors are specified by using the Visual C++ color palette or by using the Visual C++ RGB or QBColor functions. System default colors are listed in the Visual C++ object library in the Object Browser. The user's choices will be substituted as specified in the Control Panel settings.

See Also: SearchColor URLColor

Back to: Story Properties