예제 #1
0
 public ListBoxEx(ItemStyles style)
     : base()
 {
     ExtendedStyle = style;
 }
예제 #2
0
 public ListBoxEx()
     : base()
 {
     ExtendedStyle = ItemStyles.NormalStyle;
 }
예제 #3
0
 public ListBoxEx(ItemStyles style)
     : base()
 {
     ExtendedStyle = style;
 }