'Declaration Function ResolveEditor( _ ByVal propertyItem As PropertyItem _ ) As FrameworkElement
'Usage Dim instance As ITypeEditor Dim propertyItem As PropertyItem Dim value As FrameworkElement value = instance.ResolveEditor(propertyItem)
FrameworkElement ResolveEditor( PropertyItem propertyItem )
Parameters
- propertyItem
- The PropertyItem whose editor will be resolved.
Return Value
A FrameworkElement representing the returned editor.