Skip to main content
All docs
V25.1
  • SkinManager.RegisterSkinPatch(Stream, Boolean) Method

    Loads a skin patch from the stream. Patches loaded by this method overload are not applied to Splash Screens, use other overloads instead.

    Namespace: DevExpress.Skins

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public void RegisterSkinPatch(
        Stream skinPatchStream,
        bool registerSkinPatchPalettes = false
    )

    Parameters

    Name Type Description
    skinPatchStream Stream

    The stream to load a patch from.

    Optional Parameters

    Name Type Default Description
    registerSkinPatchPalettes Boolean False

    true to register palettes from the patch, false to leave palettes of the default skin.

    Remarks

    The current RegisterSkinPatch overload cannot be used to apply a skin patch to a splash screen.

    See this article for more information: Skin Patches

    See Also