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
type
TypeType which contains the property.
propName
stringProperty name.
value
booltrue
to show ellipsis button,false
to hide it.
Returns
- IPropertyGridPropInfoRegistry
IPropertyGridPropInfoRegistry item for the property specified in
propName
.