Method LimitPropertyEditing
LimitPropertyEditing(IPropertyGridItem, bool)
Disables (limit = true) or enables (limit = false) text editor of a property, if it is not the sole mean to edit the value.
void LimitPropertyEditing(IPropertyGridItem prop, bool limit = true)
Parameters
prop
IPropertyGridItemProperty item.
limit
booltrue
to disable text editor,false
otherwise.