|
|
|
SFTTREE_CLASS |
The SFTTREE_CLASS preprocessor symbol defines the window class name of a tree control without splitter bar.
#define SFTTREE_CLASS "SftTreeControl70"
Comments
The SFTTREE_CLASS preprocessor symbol defines the window class name of a tree control without splitter bar.
SFTTREESPLIT_CLASS is the window class name of a tree control with a splitter bar.
The actual class name (SftTreeControl70) usually changes between SftTree/DLL releases.
When defining a tree control using the window class SFTTREE_CLASS, the functions SftTree_xxx or the C++ class CSftTree must be used.
This preprocessor symbol is normally used when creating a control window dynamically using CreateWindow(Ex). When designing a dialog resource (see "Creating a Dialog Resource with Visual C++"), the window class name must be entered as-is and the preprocessor symbol cannot be used.
See Also C/C++ API | Categories | Notifications