'Declaration Public Class BarStyleCollection Inherits System.ComponentModel.BindingList(Of BarStyle)
public class BarStyleCollection : System.ComponentModel.BindingList<BarStyle>
'Declaration Public Class BarStyleCollection Inherits System.ComponentModel.BindingList(Of BarStyle)
public class BarStyleCollection : System.ComponentModel.BindingList<BarStyle>
System.Object
System.Collections.ObjectModel.Collection<T>
System.ComponentModel.BindingList<T>
C1.Win.GanttView.BarStyleCollection