SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
SftTree/NET 2.0 - Tree Control
The SFTPRINTPREVIEW_NOCOLOR preprocessor symbol defines a COLORREF color value.
#define SFTPRINTPREVIEW_NOCOLOR ((COLORREF)-1)
The SFTPRINTPREVIEW_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).
C/C++
COLORREF ColorA = RGB(255,0,0); // Red
COLORREF BackColor = COLOR_WINDOW | 0x80000000L; // Control Panel's window background color
COLORREF DefaultColor = SFTPRINTPREVIEW_NOCOLOR; // Use default color (if available)See Also C/C++ API | C++ Classes | Notifications
