예제 #1
0
 public OzelListbox()
 {
     InitializeComponent();
     SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     DrawMode        = DrawMode.OwnerDrawFixed;
     disabledIndices = new DisabledIndexCollection(this);
 }
예제 #2
0
 public ListBox()
 {
     DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     disabledIndices = new DisabledIndexCollection(this);
 }
예제 #3
0
 public ListBox()
 {
     DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     disabledIndices = new DisabledIndexCollection(this);
 }