Table of Contents

Property LoadImageOverride

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

LoadImageOverride

Gets or sets a function that overrides the default image loading behavior. If set, this function will be used to load images by name instead of the default resource-based loading.

public static Func<string, Image>? LoadImageOverride { get; set; }

Property Value

Func<string, Image>