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 id, bool limit)
Parameters
id
IPropertyGridItemlimit
booltrue
to disable text editor,false
otherwise.