Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To display pictures in a check box cell

  1. Call the SSSetTypeCheckBox function and set the parameters as described in the following table to specify the pictures for the check box states.

    If you want to specify the picture for this state . . . Set these parameters . . .
    False lpPictUp
    wPictUpType
    False pressed lpPictFocusUp
    wPictFocusUpType
    True lpPictDown
    wPictDownType
    True pressed lpPictFocusDown
    wPictFocusDownType
    Grayed lpPictGray
    wPictGray
    Grayed pressed lpPictFocusGray
    wPictFocusGrayType

  2. Call the SSSetCellType or SSSetCellTypeRange function and set the CellType parameter to SS_TYPE_CHECKBOX.
© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.