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