SetBGColor Method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPAttrInterface

Declaration

procedure SetBGColor(RGB: TColor);

Description

This method is used to set the background color for characters, also known as highlighting. The parameter is a RGB value.

 

In .NET applications you can use the utility function ToRGB to convert a Color member into a RGB value. Example:

WPDLLInt1.ToRGB(Color.Red)

.


[idh_iwpattrinterface_setbgcolor_.htm]    Copyright © 2007 by WPCubed GmbH