'Declaration Protected Overrides Function CreateItemsSource( _ ByVal propertyItem As PropertyItem _ ) As IEnumerable
'Usage Dim instance As SourceComboBoxEditor Dim propertyItem As PropertyItem Dim value As IEnumerable value = instance.CreateItemsSource(propertyItem)
protected override IEnumerable CreateItemsSource( PropertyItem propertyItem )
Parameters
- propertyItem