Spread 8.0 Documentation
SSGetHighlightAlphaBlend, SSSetHighlightAlphaBlend Functions
Support Options
DLL Reference > DLL Functions > SSGetHighlightAlphaBlend, SSSetHighlightAlphaBlend Functions

Glossary Item Box

SSGetHighlightAlphaBlend, SSSetHighlightAlphaBlend Functions


See Also    ActiveX    Example

Applies To

fpSpread DLL control

Description

Set or return the alpha blend settings of the header highlight of a selected block or the active cell.

Syntax

C

BOOL SSGetHighlightAlphaBlend(HWND hWnd, LPCOLORREF lpclrAlphaBlend, LPSHORT lpnAlphaBlend);

BOOL SSSetHighlightAlphaBlend(HWND hWnd, COLORREF clrAlphaBlend, SHORT nAlphaBlend);

C++

BOOL TSpread::GetHighlightAlphaBlend(LPCOLORREF lpclrAlphaBlend, LPSHORT lpnAlphaBlend);

BOOL TSpread::SetHighlightAlphaBlend(COLORREF clrAlphaBlend, SHORT nAlphaBlend);

Parameters

The SSGetHighlightAlphaBlend function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
lpclrAlphaBlend Alpha blend color
lpnAlphaBlend Alpha blend (0 to 255)

The SSSetHighlightAlphaBlend function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
clrAlphaBlend Alpha blend color
nAlphaBlend Alpha blend (0 to 255)

Remarks

Use this function when the SSSetHighlightStyle function is set to alpha blend.

Return Value

Boolean.

See Also

Customizing the Appearance

SSSetHighlightStyle, SSSetHighlightHeaders functions

ActiveX Correspondence

HighlightHeaders, HighlightStyle, HighlightAlphaBlend properties

Copyright © GrapeCity, inc. All rights reserved.