コード例 #1
0
ファイル: ImageListBox.cs プロジェクト: windygu/DSharp
 public ImageListBox()
 {
     // Set owner draw mode
     base.DrawMode  = DrawMode.OwnerDrawFixed;
     this.listItems = new ImageListBox.ImageListBoxItemCollection(this);
 }
コード例 #2
0
ファイル: ImageListBox.cs プロジェクト: BenDol/RocketLauncher
 public ImageListBox()
 {
     // Set owner draw mode
     base.DrawMode = DrawMode.OwnerDrawFixed;
     this.listItems = new ImageListBox.ImageListBoxItemCollection(this);
 }