Method DisableProperty
DisableProperty(IPropertyGridItem)
Disables property.
bool DisableProperty(IPropertyGridItem prop)Parameters
- propIPropertyGridItem
- Property item to disable. 
Returns
- bool
- trueif operation was successful,- falseotherwise.
Disables property.
bool DisableProperty(IPropertyGridItem prop)prop IPropertyGridItemProperty item to disable.
true if operation was successful, false otherwise.