Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

ClassInfo - Class Information

Class Info Tab

Based on the information entered on this page, the generated source code is adjusted to reflect the following settings:

LabelDescription
Tree control ID:Enter the ID used for the tree control in a DIALOG resource or as child window.
Tree control variable name used for C source code:Enter the variable name used to hold the window handle of the tree control in a C application. This field is not used for C++ applications.
Tree control variable name used in parent window class:Enter the variable name used for the C++ tree control object, as used by the parent window of the tree control.
Create a class derived from CSftTree:Select this option if you want to create a class derived from CSftTree or CSftTreeSplit. By deriving your own class, you can add additional functionality to your tree control and reuse it in a number of windows where a tree control is used. It also allows you to easily handle notifications and other Windows messages such as character input (OnChar) in the tree control object, rather than in a parent window class. If this option is not selected, you are adding a tree control based on CSftTree or CSftTreeSplit directly to a parent window and all notifications have to be handled in the parent window.