Back to Devexpress

SkinManager.RegisterSkinPatch Method

windowsforms-devexpress-dot-skins-dot-skinmanager-dot-registerskinpatch.md

latest971 B
Original Source

SkinManager.RegisterSkinPatch Method

NameParametersDescription
RegisterSkinPatch(Stream, Boolean)skinPatchStream, registerSkinPatchPalettesLoads a skin patch from the stream. Patches loaded by this method overload are not applied to Splash Screens, use other overloads instead.
RegisterSkinPatch(Assembly, String, Boolean)assembly, assemblyResourcePath, registerSkinPatchPalettesLoads a skin patch embedded as a resource in a custom assembly.
RegisterSkinPatch(String, Boolean)filePath, registerSkinPatchPalettesLoads a skin patch from the local storage file.