Spread 8.0 Documentation
SS_CT_INITIALIZECONTROL_ARGS Structure
Support Options
DLL Reference > DLL Structures > SS_CT_INITIALIZECONTROL_ARGS Structure

Glossary Item Box

SS_CT_INITIALIZECONTROL_ARGS Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_ct_initializecontrol_args
    {
    LPTSTR lpszName;
    HWND hWndSpread;
    HWND hWndCtrl;
    SS_CT_APPEARANCE Appearance;
    short Sheet;
    SS_CELLCOORD Cell;
    } SS_CT_INITIALIZECONTROL_ARGS,
    FAR *LPSS_CT_INITIALIZECONTROL_ARGS;

Fields

The following fields are available:

Field Description
lpszName Custom cell type name
hWndSpread HWND of Spread control
hWndCtrl HWND of editor or renderer control
Appearance Appearance settings to apply to the editor
Sheet Index of the sheet
Cell Coordinates for the cell

Remarks

This structure is used in the CreatedEditorControl callback function for a custom cell type. Cell uses the SS_CELLCOORD structure.

See Also

SS_CT_PROCS structure

Copyright © GrapeCity, inc. All rights reserved.