Method CreateChoices
CreateChoices()
Creates property choices list for use with CreateFlagsItem(string, string?, IPropertyGridChoices, object?, IPropertyGridNewItemParams?) and CreateChoicesItem(string, string?, IPropertyGridChoices, object?, IPropertyGridNewItemParams?).
public static IPropertyGridChoices CreateChoices()
Returns
CreateChoices(Type)
Creates property choices list for the given enumeration type.
public static IPropertyGridChoices CreateChoices(Type enumType)
Parameters
enumType
Type