net472_PropertyGridHelpers.UIEditors_ResourcePathEditor_GetPaintValueSupported - dparvin/PropertyGridHelpers GitHub Wiki

ResourcePathEditor.GetPaintValueSupported method

Indicates whether this editor supports painting a visual representation of a value.

public override bool GetPaintValueSupported(ITypeDescriptorContext context)
parameter description
context The editing context.

Return Value

Always false, since this editor does not support paint previews.

See Also

⚠️ **GitHub.com Fallback** ⚠️