Method ShowEllipsisButton
ShowEllipsisButton(Type, string, bool)
Shows or hides ellipsis button in the property editor.
public static IPropertyGridPropInfoRegistry? ShowEllipsisButton(Type type, string propName, bool value = true)
Parameters
typeTypeType which contains the property.
propNamestringProperty name.
valuebooltrueto show ellipsis button,falseto hide it.
Returns
- IPropertyGridPropInfoRegistry
IPropertyGridPropInfoRegistry item for the property specified in
propName.