Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the highlight style and alpha blend.

HWND hSpread;
hSpread = ::GetDlgItem(m_hWnd, IDC_SPREAD);
SSSetHighlightStyle(hSpread,3);
SSSetHighlightAlphaBlend(hSpread,0x00c000c0,50);

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.