GETN_OPTION_COLOR_BACKGROUND
#define GETN_OPTION_COLOR_BACKGROUND(_RGB) _strTemp = _RGB;_tmpSubNode.SetAttribute(STR_ATTRIB_BKGRND_COLOR, _strTemp);
Set the label background color in the dialog box.Only affect the preceding line.
EX1
#include <GetNbox.h> void GETN_OPTION_COLOR_BACKGROUND_ex1() { GETN_TREE( treeTest ); GETN_NUM(decayT1, "Number1", 12.3) GETN_OPTION_COLOR_BACKGROUND( COLOR_GREEN ) if( GetNBox( treeTest )) out_tree( treeTest ); } /// The background of num control Number1 should be green.
GETN_OPTION_COLOR_LABEL, GETN_OPTION_COLOR_READONLY, GETN_OPTION_COLOR_READONLY_BRANCH
GetNbox.h