SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
The SFTTREE_DELETEPARM structure is used to define an application-specific deletion callback routine, which is called whenever an item is removed from the tree control.
typedef struct tagSftTreeDeleteParm { SFTTREE_DELETEPROC lpfnDelete; // user supplied deletion callback routine SFTTREE_DWORD_PTR UserData; // user supplied data */ } SFTTREE_DELETEPARM, * LPSFTTREE_DELETEPARM; typedef const SFTTREE_DELETEPARM * LPCSFTTREE_DELETEPARM;
A pointer to a deletion callback routine, which is called whenever an item is removed from the tree control.
An application-specific value. This value is passed to the function lpfnDelete SFTTREE_DELETEPROC as UserData parameter. Could be used to pass a global storage area to the callback routine.
The SFTTREE_DELETEPARM structure is used to define an application-specific deletion callback routine, which is called whenever an item is removed from the tree control.
See Also C/C++ API | Categories | Notifications