Method HideProperty
HideProperty(IPropertyGridItem, bool, PropertyGridItemValueFlags)
Hides or shows property.
bool HideProperty(IPropertyGridItem id, bool hide, PropertyGridItemValueFlags flags)
Parameters
idIPropertyGridItemhidebooltrueto hide the property,falseto show the property.flagsPropertyGridItemValueFlags
Returns
- bool
trueif operation was successful,falseotherwise.