Method RegisterPropCreateFunc
RegisterPropCreateFunc(Type, PropertyGridItemCreate)
Registers IPropertyGridItem create function for specific Type.
void RegisterPropCreateFunc(Type type, PropertyGridItemCreate func)
Parameters
type
TypeObject type.
func
PropertyGridItemCreateCreate function.