Method SetPropertyReadOnly
SetPropertyReadOnly(IPropertyGridItem, bool, bool)
Sets property readonly flag.
void SetPropertyReadOnly(IPropertyGridItem prop, bool isSet, bool recurse = true)
Parameters
prop
IPropertyGridItemProperty item.
isSet
boolNew Readonly flag value.
recurse
booltrue
to change readonly flag recursively for child propereties,false
otherwise.