Method HideProperty
HideProperty(IPropertyGridItem, bool, PropertyGridItemValueFlags)
Hides or shows property.
bool HideProperty(IPropertyGridItem id, bool hide, PropertyGridItemValueFlags flags)
Parameters
id
IPropertyGridItemhide
booltrue
to hide the property,false
to show the property.flags
PropertyGridItemValueFlags
Returns
- bool
true
if operation was successful,false
otherwise.