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


Description
The URLColor property returns or sets the highlight color for URL links in the story.

URLColor property is read/write.

Syntax
OLE_COLOR crURL = GetURLColor();
void SetURLColor(OLE_COLOR crURL); 

The URLColor syntax has these parts:

Part

Description

crURL

OLE_COLOR value representing the color to set the URL links.

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: ProfileColor  SearchColor 

Back to: Story Properties