Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

SFTTREE_NOCOLOR Preprocessor Symbol

The SFTTREE_NOCOLOR preprocessor symbol is used to indicate that the default color should be used.

#define SFTTREE_NOCOLOR ((COLORREF)(-1))

Comments

The SFTTREE_NOCOLOR preprocessor symbol is used to indicate that the default color should be used.

The SFTTREE_NOCOLOR preprocessor symbol defines a COLORREF color value. This value is typically used if the control's default color or built-in color should be used.

An RGB value or a GetSysColor index value can be specified for all color values. If a color index is used, the high-order bit must be set (e.g., COLOR_WINDOW | 0x80000000L).

See Also C/C++ API | Categories | Notifications