SSGetHighlightAlphaBlend, SSSetHighlightAlphaBlend Functions
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
BOOL SSGetHighlightAlphaBlend(HWND hWnd, LPCOLORREF lpclrAlphaBlend, LPSHORT lpnAlphaBlend);
BOOL SSSetHighlightAlphaBlend(HWND hWnd, COLORREF clrAlphaBlend, SHORT nAlphaBlend);
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
SSSetHighlightStyle, SSSetHighlightHeaders functions
ActiveX Correspondence
HighlightHeaders, HighlightStyle, HighlightAlphaBlend properties