'Declaration Protected Overrides Function CreateItemsSource( _ ByVal propertyItem As PropertyItem _ ) As IEnumerable
'Usage Dim instance As EnumComboBoxEditor Dim propertyItem As PropertyItem Dim value As IEnumerable value = instance.CreateItemsSource(propertyItem)
protected override IEnumerable CreateItemsSource( PropertyItem propertyItem )
Parameters
- propertyItem
- The PropertyItem whose PropertyType will be used to determine the list that is created.
Return Value
The created list.