net472_PropertyGridHelpers.UIEditors_ResourcePathEditor_GetPaintValueSupported - dparvin/PropertyGridHelpers GitHub Wiki
Indicates whether this editor supports painting a visual representation of a value.
public override bool GetPaintValueSupported(ITypeDescriptorContext context)
parameter | description |
---|---|
context | The editing context. |
Always false
, since this editor does not support paint previews.
- class ResourcePathEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers