示例#1
0
 public ImageCell(ImageCell cell) : base(cell)
 {
     this.m_DetachImageList = new EventHandler(this.OnDetachImageList);
     this.m_ia               = new ImageAttributes();
     this.m_ImageList        = cell.m_ImageList;
     this.m_imageListIndex   = cell.m_imageListIndex;
     this.m_bAutoTransparent = cell.m_bAutoTransparent;
     this.m_bAutoResize      = cell.m_bAutoResize;
     this.m_Alignment        = cell.m_Alignment;
     this.TransparentColor   = cell.TransparentColor;
 }
示例#2
0
 public ImageCell(ImageCell cell)
     : base(cell)
 {
     this.m_DetachImageList = new EventHandler(this.OnDetachImageList);
     this.m_ia = new ImageAttributes();
     this.m_ImageList = cell.m_ImageList;
     this.m_imageListIndex = cell.m_imageListIndex;
     this.m_bAutoTransparent = cell.m_bAutoTransparent;
     this.m_bAutoResize = cell.m_bAutoResize;
     this.m_Alignment = cell.m_Alignment;
     this.TransparentColor = cell.TransparentColor;
 }