SftTree/DLL 6.5

SFTTREE_CLASS

Softel vdm, Inc.

The SFTTREE_CLASS preprocessor symbol defines the window class name of a tree control without splitter bar.

#define SFTTREE_CLASS "SftTreeControl65"

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 (SftTreeControl65) 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  |  CategoriesNotifications

 


Feedback / comments / error reports for this topic
© 2009 - Softel vdm, Inc. - www.softelvdm.com