Пример #1
0
 public NodeTemplate()
 {
     this.m_CellTemplates     = new CellCollection(this);
     this.m_BackColor         = SystemColors.ControlLightLight;
     this.m_ForeColor         = SystemColors.ControlText;
     this.m_gradientBackColor = new GradientColor();
     this.m_gradientBackColor.PropertyChanged += new EventHandler(this.m_gradientBackColor_PropertyChanged);
     this.m_useGradient           = false;
     this.m_useTemplateBackground = false;
     this.m_iHeight = 0x10;
     this.m_sName   = "";
 }
Пример #2
0
 public NodeTemplate()
 {
     this.m_CellTemplates = new CellCollection(this);
     this.m_BackColor = SystemColors.ControlLightLight;
     this.m_ForeColor = SystemColors.ControlText;
     this.m_gradientBackColor = new GradientColor();
     this.m_gradientBackColor.PropertyChanged += new EventHandler(this.m_gradientBackColor_PropertyChanged);
     this.m_useGradient = false;
     this.m_useTemplateBackground = false;
     this.m_iHeight = 0x10;
     this.m_sName = "";
 }