Ejemplo n.º 1
0
 public ItemTemplate()
 {
     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_iHeight = 0x10;
 }
Ejemplo n.º 2
0
 public ItemTemplate()
 {
     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_iHeight     = 0x10;
 }